#CE19C9

Color #CE19C9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CE19C9

Tints of Deep Magenta #CE19C9

Color information

#CE19C9 (or 0xCE19C9) is unknown color: approx Deep Magenta. HEX triplet: CE, 19 and C9. RGB value is (206,25,201). Sum of RGB (Red+Green+Blue) = 206+25+201=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19C9 is #31E636. Grayscale: #626262. Windows color (decimal): -3270199 or 13179342. OLE color: 13179342.

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

Color convert

RGB20625201-
CMYK00.880.020.19
HSL301.66º78.35%45.29%-
HSV(B)301.66º87.86%80.78%-
XYZ36.3418.0356.82-
YUV99.18185.47204.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 25 (10.16% from 255) = 5.79%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=47.69%
G=5.79%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062520100.880.020.19301.6678.3545.29
HexCE19C905821312e4e2d
Octal31631311013022345611655
Binary1100111011001110010010101100010100111001011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE19C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE19C9; }

 p { color: rgb(206,25,201); }

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

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

 a { background-color: rgb(206,25,201); }

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

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

 span { border-color: rgb(206,25,201); }

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