#CE19C7

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

Shades of Deep Magenta #CE19C7

Tints of Deep Magenta #CE19C7

Color information

#CE19C7 (or 0xCE19C7) is unknown color: approx Deep Magenta. HEX triplet: CE, 19 and C7. RGB value is (206,25,199). Sum of RGB (Red+Green+Blue) = 206+25+199=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19C7 is #31E638. Grayscale: #626262. Windows color (decimal): -3270201 or 13048270. OLE color: 13048270.

HSL color Cylindrical-coordinate representation of color #CE19C7: hue angle of 302.32º 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 #CE19C7 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB20625199-
CMYK00.880.030.19
HSL302.32º78.35%45.29%-
HSV(B)302.32º87.86%80.78%-
XYZ36.1117.9455.59-
YUV98.95184.47204.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 25 (10.16% from 255) = 5.81%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=47.91%
G=5.81%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062519900.880.030.19302.3278.3545.29
HexCE19C705831312e4e2d
Octal31631307013032345611655
Binary1100111011001110001110101100011100111001011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE19C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE19C7; }

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

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

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

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

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

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

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

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