#CA0C8C

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

Shades of Medium Violet Red #CA0C8C

Tints of Medium Violet Red #CA0C8C

Color information

#CA0C8C (or 0xCA0C8C) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0C and 8C. RGB value is (202,12,140). Sum of RGB (Red+Green+Blue) = 202+12+140=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C8C is #35F373. Grayscale: #535353. Windows color (decimal): -3535732 or 9178314. OLE color: 9178314.

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

Color convert

RGB20212140-
CMYK00.940.310.21
HSL319.58º88.79%41.96%-
HSV(B)319.58º94.06%79.22%-
XYZ29.2214.7126.11-
YUV83.4159.95212.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 12 (5.08% from 255) = 3.39%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=57.06%
G=3.39%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021214000.940.310.21319.5888.7941.96
HexCAC8C05E1F15140592a
Octal312142140136372550013152
Binary110010101100100011000101111011111101011010000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C8C; }

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

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

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

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

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

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

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

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