#CE1599

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

Shades of Medium Violet Red #CE1599

Tints of Medium Violet Red #CE1599

Color information

#CE1599 (or 0xCE1599) is unknown color: approx Medium Violet Red. HEX triplet: CE, 15 and 99. RGB value is (206,21,153). Sum of RGB (Red+Green+Blue) = 206+21+153=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1599 is #31EA66. Grayscale: #5B5B5B. Windows color (decimal): -3271271 or 10032590. OLE color: 10032590.

HSL color Cylindrical-coordinate representation of color #CE1599: hue angle of 317.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1599 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB20621153-
CMYK00.900.260.19
HSL317.19º81.5%44.51%-
HSV(B)317.19º89.81%80.78%-
XYZ31.4715.9631.56-
YUV91.36162.79209.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 21 (8.59% from 255) = 5.53%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=54.21%
G=5.53%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062115300.900.260.19317.1981.544.51
HexCE159905A1A1313d512d
Octal316252310132322347512155
Binary1100111010101100110010101101011010100111001111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1599; }

 p { color: rgb(206,21,153); }

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

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

 a { background-color: rgb(206,21,153); }

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

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

 span { border-color: rgb(206,21,153); }

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