Html Css Color HEX #CC0177 Medium Violet Red

📋 copy color: '#CC0177'

red 204 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #CC0177

Tints of Medium Violet Red #CC0177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 62.96%
G = 0.31%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC0177 (or 0xCC0177) is known color: Medium Violet Red. HEX triplet: CC, 01 and 77. RGB value is (204,1,119). Sum of RGB (Red+Green+Blue) = 204+1+119=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0177 is #33FE88. Grayscale: #4A4A4A. Windows color (decimal): -3407497 or 7799244. OLE color: 7799244.

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

Color convert

RGB 204 1 119 -
CMYK 0 1.00 0.42 0.2
HSL 325.12º 0.99% 0.4% -
HSV(B) 325.12º 1% 0.8% -
XYZ 28.24 14.19 18.7 -
YUV 75.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 204 1 119 0 1.00 0.42 0.2 325.12 0.99 0.4
Hex CC 1 77 0 64 2A 14 145 63 28
Octal 314 1 167 0 144 52 24 505 143 50
Binary 11001100 1 1110111 0 1100100 101010 10100 101000101 1100011 101000

Color Harmonies of #CC0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0177

Black with #CC0177

Text Example


Text Example

White with #CC0177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0177; }

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

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

background-color css

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

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

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

border-color css

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

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

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