Html Css Color HEX #CC0179 Medium Violet Red

📋 copy color: '#CC0179'

red 204 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #CC0179

Tints of Medium Violet Red #CC0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 62.58%
G = 0.31%
B = 37.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC0179 (or 0xCC0179) is known color: Medium Violet Red. HEX triplet: CC, 01 and 79. RGB value is (204,1,121). Sum of RGB (Red+Green+Blue) = 204+1+121=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0179 is #33FE86. Grayscale: #4B4B4B. Windows color (decimal): -3407495 or 7930316. OLE color: 7930316.

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

Color convert

RGB 204 1 121 -
CMYK 0 1.00 0.41 0.2
HSL 324.53º 0.99% 0.4% -
HSV(B) 324.53º 1% 0.8% -
XYZ 28.36 14.24 19.34 -
YUV 75.38 153.75 219.74 -
System Red Green Blue C M Y K H S L
Decimal 204 1 121 0 1.00 0.41 0.2 324.53 0.99 0.4
Hex CC 1 79 0 64 29 14 145 63 28
Octal 314 1 171 0 144 51 24 505 143 50
Binary 11001100 1 1111001 0 1100100 101001 10100 101000101 1100011 101000

Color Harmonies of #CC0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0179

Black with #CC0179

Text Example


Text Example

White with #CC0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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