#CC2596

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

Shades of Medium Violet Red #CC2596

Tints of Medium Violet Red #CC2596

Color information

#CC2596 (or 0xCC2596) is unknown color: approx Medium Violet Red. HEX triplet: CC, 25 and 96. RGB value is (204,37,150). Sum of RGB (Red+Green+Blue) = 204+37+150=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2596 is #33DA69. Grayscale: #636363. Windows color (decimal): -3398250 or 9840076. OLE color: 9840076.

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

Color convert

RGB20437150-
CMYK00.820.260.2
HSL319.4º69.29%47.25%-
HSV(B)319.4º81.86%80%-
XYZ31.0716.3630.37-
YUV99.82156.33202.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 37 (14.84% from 255) = 9.46%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=52.17%
G=9.46%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043715000.820.260.2319.469.2947.25
HexCC25960521A1413f452f
Octal314452260122322447710557
Binary11001100100101100101100101001011010101001001111111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2596; }

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

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

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

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

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

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

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

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