Html Css Color HEX #CC0076 Medium Violet Red

📋 copy color: '#CC0076'

red 204 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #CC0076

Tints of Medium Violet Red #CC0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.35%
G = 0%
B = 36.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC0076 (or 0xCC0076) is known color: Medium Violet Red. HEX triplet: CC, 00 and 76. RGB value is (204,0,118). Sum of RGB (Red+Green+Blue) = 204+0+118=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0076 is #33FF89. Grayscale: #4A4A4A. Windows color (decimal): -3407754 or 7733452. OLE color: 7733452.

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

Color convert

RGB 204 0 118 -
CMYK 0 1 0.42 0.2
HSL 325.29º 1% 0.4% -
HSV(B) 325.29º 1% 0.8% -
XYZ 28.17 14.15 18.39 -
YUV 74.45 152.59 220.41 -
System Red Green Blue C M Y K H S L
Decimal 204 0 118 0 1 0.42 0.2 325.29 1 0.4
Hex CC 0 76 0 64 2A 14 145 64 28
Octal 314 0 166 0 144 52 24 505 144 50
Binary 11001100 0 1110110 0 1100100 101010 10100 101000101 1100100 101000

Color Harmonies of #CC0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0076

Black with #CC0076

Text Example


Text Example

White with #CC0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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