#CE2594

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

Shades of Medium Violet Red #CE2594

Tints of Medium Violet Red #CE2594

Color information

#CE2594 (or 0xCE2594) is unknown color: approx Medium Violet Red. HEX triplet: CE, 25 and 94. RGB value is (206,37,148). Sum of RGB (Red+Green+Blue) = 206+37+148=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2594 is #31DA6B. Grayscale: #636363. Windows color (decimal): -3267180 or 9709006. OLE color: 9709006.

HSL color Cylindrical-coordinate representation of color #CE2594: hue angle of 320.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2594 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20637148-
CMYK00.820.280.19
HSL320.59º69.55%47.65%-
HSV(B)320.59º82.04%80.78%-
XYZ31.4616.5829.56-
YUV100.18154.99203.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 37 (14.84% from 255) = 9.46%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=52.69%
G=9.46%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063714800.820.280.19320.5969.5547.65
HexCE25940521C131414630
Octal316452240122342350110660
Binary11001110100101100101000101001011100100111010000011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2594; }

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

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

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

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

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

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

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

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