Html Css Color HEX #CA0877 Medium Violet Red

📋 copy color: '#CA0877'

red 202 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #CA0877

Tints of Medium Violet Red #CA0877

RGB

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

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

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

R = 61.4%
G = 2.43%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA0877 (or 0xCA0877) is known color: Medium Violet Red. HEX triplet: CA, 08 and 77. RGB value is (202,8,119). Sum of RGB (Red+Green+Blue) = 202+8+119=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0877 is #35F788. Grayscale: #4E4E4E. Windows color (decimal): -3536777 or 7801034. OLE color: 7801034.

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

Color convert

RGB 202 8 119 -
CMYK 0 0.96 0.41 0.21
HSL 325.67º 0.92% 0.41% -
HSV(B) 325.67º 0.96% 0.79% -
XYZ 27.77 14.06 18.7 -
YUV 78.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 202 8 119 0 0.96 0.41 0.21 325.67 0.92 0.41
Hex CA 8 77 0 60 29 15 146 5C 29
Octal 312 10 167 0 140 51 25 506 134 51
Binary 11001010 1000 1110111 0 1100000 101001 10101 101000110 1011100 101001

Color Harmonies of #CA0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0877

Black with #CA0877

Text Example


Text Example

White with #CA0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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