#CA0196

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

Shades of Medium Violet Red #CA0196

Tints of Medium Violet Red #CA0196

Color information

#CA0196 (or 0xCA0196) is unknown color: approx Medium Violet Red. HEX triplet: CA, 01 and 96. RGB value is (202,1,150). Sum of RGB (Red+Green+Blue) = 202+1+150=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0196 is #35FE69. Grayscale: #4D4D4D. Windows color (decimal): -3538538 or 9830858. OLE color: 9830858.

HSL color Cylindrical-coordinate representation of color #CA0196: hue angle of 315.52º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0196 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB2021150-
CMYK01.000.260.21
HSL315.52º99.01%39.8%-
HSV(B)315.52º99.5%79.22%-
XYZ29.8714.7830.13-
YUV78.09168.59216.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=57.22%
G=0.28%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202115001.000.260.21315.5299.0139.8
HexCA1960641A1513c6328
Octal31212260144322547414350
Binary110010101100101100110010011010101011001111001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0196; }

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

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

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

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

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

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

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

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