#CA0C99

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

Shades of Medium Violet Red #CA0C99

Tints of Medium Violet Red #CA0C99

Color information

#CA0C99 (or 0xCA0C99) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0C and 99. RGB value is (202,12,153). Sum of RGB (Red+Green+Blue) = 202+12+153=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C99 is #35F366. Grayscale: #545454. Windows color (decimal): -3535719 or 10030282. OLE color: 10030282.

HSL color Cylindrical-coordinate representation of color #CA0C99: hue angle of 315.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20212153-
CMYK00.940.240.21
HSL315.47º88.79%41.96%-
HSV(B)315.47º94.06%79.22%-
XYZ30.2415.1231.46-
YUV84.88166.45211.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 12 (5.08% from 255) = 3.27%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=55.04%
G=3.27%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021215300.940.240.21315.4788.7941.96
HexCAC9905E181513b592a
Octal312142310136302547313152
Binary110010101100100110010101111011000101011001110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C99; }

 p { color: rgb(202,12,153); }

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

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

 a { background-color: rgb(202,12,153); }

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

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

 span { border-color: rgb(202,12,153); }

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