Html Css Color HEX #CA0879 Medium Violet Red

📋 copy color: '#CA0879'

red 202 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #CA0879

Tints of Medium Violet Red #CA0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 61.03%
G = 2.42%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA0879 (or 0xCA0879) is known color: Medium Violet Red. HEX triplet: CA, 08 and 79. RGB value is (202,8,121). Sum of RGB (Red+Green+Blue) = 202+8+121=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0879 is #35F786. Grayscale: #4E4E4E. Windows color (decimal): -3536775 or 7932106. OLE color: 7932106.

HSL color Cylindrical-coordinate representation of color #CA0879: hue angle of 325.05º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0879 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 121 -
CMYK 0 0.96 0.40 0.21
HSL 325.05º 0.92% 0.41% -
HSV(B) 325.05º 0.96% 0.79% -
XYZ 27.9 14.11 19.34 -
YUV 78.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 202 8 121 0 0.96 0.40 0.21 325.05 0.92 0.41
Hex CA 8 79 0 60 28 15 145 5C 29
Octal 312 10 171 0 140 50 25 505 134 51
Binary 11001010 1000 1111001 0 1100000 101000 10101 101000101 1011100 101001

Color Harmonies of #CA0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0879

Black with #CA0879

Text Example


Text Example

White with #CA0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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