#CA1F84

Color #CA1F84 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CA1F84

Tints of Medium Violet Red #CA1F84

Color information

#CA1F84 (or 0xCA1F84) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1F and 84. RGB value is (202,31,132). Sum of RGB (Red+Green+Blue) = 202+31+132=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1F84 is #35E07B. Grayscale: #5D5D5D. Windows color (decimal): -3530876 or 8658890. OLE color: 8658890.

HSL color Cylindrical-coordinate representation of color #CA1F84: hue angle of 324.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F84 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20231132-
CMYK00.850.350.21
HSL324.56º73.39%45.69%-
HSV(B)324.56º84.65%79.22%-
XYZ29.0115.223.24-
YUV93.64149.65205.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 31 (12.5% from 255) = 8.49%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=55.34%
G=8.49%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023113200.850.350.21324.5673.3945.69
HexCA1F840552315145492e
Octal312372040125432550511156
Binary11001010111111000010001010101100011101011010001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F84; }

 p { color: rgb(202,31,132); }

 H1.HeaderClassName
 {
   color: #CA1F84;
 }
 .AnyTagClassName
 {
   color: #CA1F84;
 }
</style>
background-color css

<style>
 a { background-color: #CA1F84; }

 a { background-color: rgb(202,31,132); }

 div.DivClassName
 {
   background-color: #CA1F84;
 }
 .BgClassName
 {
   background-color: #CA1F84;
 }
</style>
border-color css

<style>
 span { border-color: #CA1F84; }

 span { border-color: rgb(202,31,132); }

 td.TdClassName
 {
   border-color: #CA1F84;
 }
 .TagClassName
 {
   border-color: #CA1F84;
 }
</style>