Html Css Color HEX #CC0979 Medium Violet Red

📋 copy color: '#CC0979'

red 204 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #CC0979

Tints of Medium Violet Red #CC0979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 61.08%
G = 2.69%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC0979 (or 0xCC0979) is known color: Medium Violet Red. HEX triplet: CC, 09 and 79. RGB value is (204,9,121). Sum of RGB (Red+Green+Blue) = 204+9+121=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0979 is #33F686. Grayscale: #4F4F4F. Windows color (decimal): -3405447 or 7932364. OLE color: 7932364.

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

Color convert

RGB 204 9 121 -
CMYK 0 0.96 0.41 0.2
HSL 325.54º 0.92% 0.42% -
HSV(B) 325.54º 0.96% 0.8% -
XYZ 28.45 14.41 19.37 -
YUV 80.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 204 9 121 0 0.96 0.41 0.2 325.54 0.92 0.42
Hex CC 9 79 0 60 29 14 146 5C 2A
Octal 314 11 171 0 140 51 24 506 134 52
Binary 11001100 1001 1111001 0 1100000 101001 10100 101000110 1011100 101010

Color Harmonies of #CC0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0979

Black with #CC0979

Text Example


Text Example

White with #CC0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0979; }

 p { color: rgb(204,9,121); }

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

background-color css

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

 a { background-color: rgb(204,9,121); }

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

border-color css

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

 span { border-color: rgb(204,9,121); }

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