Html Css Color HEX #CA0876 Medium Violet Red

📋 copy color: '#CA0876'

red 202 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #CA0876

Tints of Medium Violet Red #CA0876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 61.59%
G = 2.44%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA0876 (or 0xCA0876) is known color: Medium Violet Red. HEX triplet: CA, 08 and 76. RGB value is (202,8,118). Sum of RGB (Red+Green+Blue) = 202+8+118=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0876 is #35F789. Grayscale: #4E4E4E. Windows color (decimal): -3536778 or 7735498. OLE color: 7735498.

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

Color convert

RGB 202 8 118 -
CMYK 0 0.96 0.42 0.21
HSL 325.98º 0.92% 0.41% -
HSV(B) 325.98º 0.96% 0.79% -
XYZ 27.71 14.04 18.39 -
YUV 78.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 202 8 118 0 0.96 0.42 0.21 325.98 0.92 0.41
Hex CA 8 76 0 60 2A 15 146 5C 29
Octal 312 10 166 0 140 52 25 506 134 51
Binary 11001010 1000 1110110 0 1100000 101010 10101 101000110 1011100 101001

Color Harmonies of #CA0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0876

Black with #CA0876

Text Example


Text Example

White with #CA0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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