Html Css Color HEX #CA0D77 Medium Violet Red

📋 copy color: '#CA0D77'

red 202 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #CA0D77

Tints of Medium Violet Red #CA0D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.89%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 60.48%
G = 3.89%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA0D77 (or 0xCA0D77) is known color: Medium Violet Red. HEX triplet: CA, 0D and 77. RGB value is (202,13,119). Sum of RGB (Red+Green+Blue) = 202+13+119=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0D77 is #35F288. Grayscale: #515151. Windows color (decimal): -3535497 or 7802314. OLE color: 7802314.

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

Color convert

RGB 202 13 119 -
CMYK 0 0.94 0.41 0.21
HSL 326.35º 0.88% 0.42% -
HSV(B) 326.35º 0.94% 0.79% -
XYZ 27.83 14.18 18.72 -
YUV 81.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 202 13 119 0 0.94 0.41 0.21 326.35 0.88 0.42
Hex CA D 77 0 5E 29 15 146 58 2A
Octal 312 15 167 0 136 51 25 506 130 52
Binary 11001010 1101 1110111 0 1011110 101001 10101 101000110 1011000 101010

Color Harmonies of #CA0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D77

Black with #CA0D77

Text Example


Text Example

White with #CA0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D77; }

 p { color: rgb(202,13,119); }

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

background-color css

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

 a { background-color: rgb(202,13,119); }

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

border-color css

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

 span { border-color: rgb(202,13,119); }

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