#CC2277

Color #CC2277 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC2277

Tints of Medium Violet Red #CC2277

Color information

#CC2277 (or 0xCC2277) is unknown color: approx Medium Violet Red. HEX triplet: CC, 22 and 77. RGB value is (204,34,119). Sum of RGB (Red+Green+Blue) = 204+34+119=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2277 is #33DD88. Grayscale: #5E5E5E. Windows color (decimal): -3399049 or 7807692. OLE color: 7807692.

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

Color convert

RGB20434119-
CMYK00.830.420.2
HSL330º71.43%46.67%-
HSV(B)330º83.33%80%-
XYZ28.815.3118.89-
YUV94.52141.82206.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=57.14%
G=9.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043411900.830.420.233071.4346.67
HexCC22770532A1414a472f
Octal314421670123522451210757
Binary11001100100010111011101010011101010101001010010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2277; }

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

 H1.HeaderClassName
 {
   color: #CC2277;
 }
 .AnyTagClassName
 {
   color: #CC2277;
 }
</style>
background-color css

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

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

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

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

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

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