#CA1174

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

Shades of Medium Violet Red #CA1174

Tints of Medium Violet Red #CA1174

Color information

#CA1174 (or 0xCA1174) is unknown color: approx Medium Violet Red. HEX triplet: CA, 11 and 74. RGB value is (202,17,116). Sum of RGB (Red+Green+Blue) = 202+17+116=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1174 is #35EE8B. Grayscale: #535353. Windows color (decimal): -3534476 or 7606730. OLE color: 7606730.

HSL color Cylindrical-coordinate representation of color #CA1174: hue angle of 327.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1174 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20217116-
CMYK00.920.430.21
HSL327.89º84.47%42.94%-
HSV(B)327.89º91.58%79.22%-
XYZ27.7114.2217.81-
YUV83.6146.29212.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.30%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=60.30%
G=5.07%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021711600.920.430.21327.8984.4742.94
HexCA117405C2B15148542b
Octal312211640134532551012453
Binary1100101010001111010001011100101011101011010010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1174; }

 p { color: rgb(202,17,116); }

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

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

 a { background-color: rgb(202,17,116); }

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

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

 span { border-color: rgb(202,17,116); }

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