Html Css Color HEX #CA0976 Medium Violet Red

📋 copy color: '#CA0976'

red 202 ◦ green 9 ◦ blue 118

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

Shades of Medium Violet Red #CA0976

Tints of Medium Violet Red #CA0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 61.4%
G = 2.74%
B = 35.87%

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

#CA0976 (or 0xCA0976) is known color: Medium Violet Red. HEX triplet: CA, 09 and 76. RGB value is (202,9,118). Sum of RGB (Red+Green+Blue) = 202+9+118=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0976 is #35F689. Grayscale: #4E4E4E. Windows color (decimal): -3536522 or 7735754. OLE color: 7735754.

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

Color convert

RGB 202 9 118 -
CMYK 0 0.96 0.42 0.21
HSL 326.11º 0.91% 0.41% -
HSV(B) 326.11º 0.96% 0.79% -
XYZ 27.72 14.06 18.39 -
YUV 79.13 149.94 215.64 -
System Red Green Blue C M Y K H S L
Decimal 202 9 118 0 0.96 0.42 0.21 326.11 0.91 0.41
Hex CA 9 76 0 60 2A 15 146 5B 29
Octal 312 11 166 0 140 52 25 506 133 51
Binary 11001010 1001 1110110 0 1100000 101010 10101 101000110 1011011 101001

Color Harmonies of #CA0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0976

Black with #CA0976

Text Example


Text Example

White with #CA0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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