Html Css Color HEX #CC0A79 Medium Violet Red

📋 copy color: '#CC0A79'

red 204 ◦ green 10 ◦ blue 121

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

Shades of Medium Violet Red #CC0A79

Tints of Medium Violet Red #CC0A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

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

R = 60.9%
G = 2.99%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC0A79 (or 0xCC0A79) is known color: Medium Violet Red. HEX triplet: CC, 0A and 79. RGB value is (204,10,121). Sum of RGB (Red+Green+Blue) = 204+10+121=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A79 is #33F586. Grayscale: #505050. Windows color (decimal): -3405191 or 7932620. OLE color: 7932620.

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

Color convert

RGB 204 10 121 -
CMYK 0 0.95 0.41 0.2
HSL 325.67º 0.91% 0.42% -
HSV(B) 325.67º 0.95% 0.8% -
XYZ 28.46 14.43 19.38 -
YUV 80.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 204 10 121 0 0.95 0.41 0.2 325.67 0.91 0.42
Hex CC A 79 0 5F 29 14 146 5B 2A
Octal 314 12 171 0 137 51 24 506 133 52
Binary 11001100 1010 1111001 0 1011111 101001 10100 101000110 1011011 101010

Color Harmonies of #CC0A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A79

Black with #CC0A79

Text Example


Text Example

White with #CC0A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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