#CC2576

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

Shades of Medium Violet Red #CC2576

Tints of Medium Violet Red #CC2576

Color information

#CC2576 (or 0xCC2576) is unknown color: approx Medium Violet Red. HEX triplet: CC, 25 and 76. RGB value is (204,37,118). Sum of RGB (Red+Green+Blue) = 204+37+118=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2576 is #33DA89. Grayscale: #606060. Windows color (decimal): -3398282 or 7742924. OLE color: 7742924.

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

Color convert

RGB20437118-
CMYK00.820.420.2
HSL330.9º69.29%47.25%-
HSV(B)330.9º81.86%80%-
XYZ28.8315.4718.61-
YUV96.17140.33204.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.82%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=56.82%
G=10.31%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043711800.820.420.2330.969.2947.25
HexCC25760522A1414b452f
Octal314451660122522451310557
Binary11001100100101111011001010010101010101001010010111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2576; }

 p { color: rgb(204,37,118); }

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

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

 a { background-color: rgb(204,37,118); }

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

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

 span { border-color: rgb(204,37,118); }

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