Html Css Color HEX #CC0876 Medium Violet Red

📋 copy color: '#CC0876'

red 204 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #CC0876

Tints of Medium Violet Red #CC0876

RGB

 RED value IS 204 (80.08% from 255) = 61.82%

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

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

R = 61.82%
G = 2.42%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC0876 (or 0xCC0876) is known color: Medium Violet Red. HEX triplet: CC, 08 and 76. RGB value is (204,8,118). Sum of RGB (Red+Green+Blue) = 204+8+118=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0876 is #33F789. Grayscale: #4E4E4E. Windows color (decimal): -3405706 or 7735500. OLE color: 7735500.

HSL color Cylindrical-coordinate representation of color #CC0876: hue angle of 326.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0876 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 118 -
CMYK 0 0.96 0.42 0.2
HSL 326.33º 0.92% 0.42% -
HSV(B) 326.33º 0.96% 0.8% -
XYZ 28.26 14.32 18.41 -
YUV 79.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 204 8 118 0 0.96 0.42 0.2 326.33 0.92 0.42
Hex CC 8 76 0 60 2A 14 146 5C 2A
Octal 314 10 166 0 140 52 24 506 134 52
Binary 11001100 1000 1110110 0 1100000 101010 10100 101000110 1011100 101010

Color Harmonies of #CC0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0876

Black with #CC0876

Text Example


Text Example

White with #CC0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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