#CA1196

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

Shades of Medium Violet Red #CA1196

Tints of Medium Violet Red #CA1196

Color information

#CA1196 (or 0xCA1196) is unknown color: approx Medium Violet Red. HEX triplet: CA, 11 and 96. RGB value is (202,17,150). Sum of RGB (Red+Green+Blue) = 202+17+150=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1196 is #35EE69. Grayscale: #575757. Windows color (decimal): -3534442 or 9834954. OLE color: 9834954.

HSL color Cylindrical-coordinate representation of color #CA1196: hue angle of 316.86º 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 #CA1196 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20217150-
CMYK00.920.260.21
HSL316.86º84.47%42.94%-
HSV(B)316.86º91.58%79.22%-
XYZ30.0615.1630.2-
YUV87.48163.29209.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=54.74%
G=4.61%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021715000.920.260.21316.8684.4742.94
HexCA119605C1A1513d542b
Octal312212260134322547512453
Binary1100101010001100101100101110011010101011001111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1196; }

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

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

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

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

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

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

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

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