Html Css Color HEX #CC2077 Medium Violet Red

📋 copy color: '#CC2077'

red 204 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #CC2077

Tints of Medium Violet Red #CC2077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 57.46%
G = 9.01%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2077 (or 0xCC2077) is known color: Medium Violet Red. HEX triplet: CC, 20 and 77. RGB value is (204,32,119). Sum of RGB (Red+Green+Blue) = 204+32+119=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2077 is #33DF88. Grayscale: #5D5D5D. Windows color (decimal): -3399561 or 7807180. OLE color: 7807180.

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

Color convert

RGB 204 32 119 -
CMYK 0 0.84 0.42 0.2
HSL 329.65º 0.73% 0.46% -
HSV(B) 329.65º 0.84% 0.8% -
XYZ 28.75 15.2 18.87 -
YUV 93.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 204 32 119 0 0.84 0.42 0.2 329.65 0.73 0.46
Hex CC 20 77 0 54 2A 14 14A 49 2E
Octal 314 40 167 0 124 52 24 512 111 56
Binary 11001100 100000 1110111 0 1010100 101010 10100 101001010 1001001 101110

Color Harmonies of #CC2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2077

Black with #CC2077

Text Example


Text Example

White with #CC2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2077; }

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

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

background-color css

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

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

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

border-color css

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

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

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