#CC2594

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

Shades of Medium Violet Red #CC2594

Tints of Medium Violet Red #CC2594

Color information

#CC2594 (or 0xCC2594) is unknown color: approx Medium Violet Red. HEX triplet: CC, 25 and 94. RGB value is (204,37,148). Sum of RGB (Red+Green+Blue) = 204+37+148=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2594 is #33DA6B. Grayscale: #636363. Windows color (decimal): -3398252 or 9709004. OLE color: 9709004.

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

Color convert

RGB20437148-
CMYK00.820.270.2
HSL320.12º69.29%47.25%-
HSV(B)320.12º81.86%80%-
XYZ30.9116.329.53-
YUV99.59155.33202.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 37 (14.84% from 255) = 9.51%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=52.44%
G=9.51%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043714800.820.270.2320.1269.2947.25
HexCC25940521B14140452f
Octal314452240122332450010557
Binary11001100100101100101000101001011011101001010000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2594; }

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

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

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

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

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

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

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

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