#ce2491

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

Shades of Medium Violet Red #CE2491

Tints of Medium Violet Red #CE2491

Color information

#CE2491 (or 0xCE2491) is unknown color: approx Medium Violet Red. HEX triplet: CE, 24 and 91. RGB value is (206,36,145). Sum of RGB (Red+Green+Blue) = 206+36+145=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2491 is #31DB6E. Grayscale: #626262. Windows color (decimal): -3267439 or 9512142. OLE color: 9512142.

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

Color convert

RGB20636145-
CMYK00.830.300.19
HSL321.53º70.25%47.45%-
HSV(B)321.53º82.52%80.78%-
XYZ31.216.4328.31-
YUV99.26153.82204.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 36 (14.45% from 255) = 9.30%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=53.23%
G=9.30%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063614500.830.300.19321.5370.2547.45
HexCE24910531E13142462f
Octal316442210123362350210657
Binary11001110100100100100010101001111110100111010000101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2491; }

 p { color: rgb(206,36,145); }

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

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

 a { background-color: rgb(206,36,145); }

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

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

 span { border-color: rgb(206,36,145); }

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