#CE18D5

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

Shades of Deep Magenta #CE18D5

Tints of Deep Magenta #CE18D5

Color information

#CE18D5 (or 0xCE18D5) is unknown color: approx Deep Magenta. HEX triplet: CE, 18 and D5. RGB value is (206,24,213). Sum of RGB (Red+Green+Blue) = 206+24+213=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE18D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18D5 is #31E72A. Grayscale: #636363. Windows color (decimal): -3270443 or 13965518. OLE color: 13965518.

HSL color Cylindrical-coordinate representation of color #CE18D5: hue angle of 297.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE18D5 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20624213-
CMYK0.030.8900.16
HSL297.78º79.75%46.47%-
HSV(B)297.78º88.73%83.53%-
XYZ37.7918.5864.55-
YUV99.96191.8203.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 24 (9.77% from 255) = 5.42%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=46.50%
G=5.42%
B=48.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206242130.030.8900.16297.7879.7546.47
HexCE18D535901012a502e
Octal31630325313102045212056
Binary1100111011000110101011110110010100001001010101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE18D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE18D5; }

 p { color: rgb(206,24,213); }

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

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

 a { background-color: rgb(206,24,213); }

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

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

 span { border-color: rgb(206,24,213); }

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