Html Css Color HEX #CA0C79 Medium Violet Red

📋 copy color: '#CA0C79'

red 202 ◦ green 12 ◦ blue 121

#CA0C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA0C79

Tints of Medium Violet Red #CA0C79

RGB

 RED value IS 202 (79.3% from 255) = 60.3%

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 60.3%
G = 3.58%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA0C79 (or 0xCA0C79) is known color: Medium Violet Red. HEX triplet: CA, 0C and 79. RGB value is (202,12,121). Sum of RGB (Red+Green+Blue) = 202+12+121=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C79 is #35F386. Grayscale: #505050. Windows color (decimal): -3535751 or 7933130. OLE color: 7933130.

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

Color convert

RGB 202 12 121 -
CMYK 0 0.94 0.40 0.21
HSL 325.58º 0.89% 0.42% -
HSV(B) 325.58º 0.94% 0.79% -
XYZ 27.94 14.2 19.36 -
YUV 81.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 202 12 121 0 0.94 0.40 0.21 325.58 0.89 0.42
Hex CA C 79 0 5E 28 15 146 59 2A
Octal 312 14 171 0 136 50 25 506 131 52
Binary 11001010 1100 1111001 0 1011110 101000 10101 101000110 1011001 101010

Color Harmonies of #CA0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C79

Black with #CA0C79

Text Example


Text Example

White with #CA0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C79; }

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

 H1.HeaderClassName
 {
   color: #CA0C79;
 }
 .AnyTagClassName
 {
   color: #CA0C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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