#CE21B8

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

Shades of Deep Magenta #CE21B8

Tints of Deep Magenta #CE21B8

Color information

#CE21B8 (or 0xCE21B8) is unknown color: approx Deep Magenta. HEX triplet: CE, 21 and B8. RGB value is (206,33,184). Sum of RGB (Red+Green+Blue) = 206+33+184=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21B8 is #31DE47. Grayscale: #656565. Windows color (decimal): -3268168 or 12067278. OLE color: 12067278.

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

Color convert

RGB20633184-
CMYK00.840.110.19
HSL307.63º72.38%46.86%-
HSV(B)307.63º83.98%80.78%-
XYZ34.6517.6746.93-
YUV101.94174.31202.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.70%
GREEN value IS 33 (13.28% from 255) = 7.80%
BLUE value IS 184 (72.27% from 255) = 43.50%
R=48.70%
G=7.80%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063318400.840.110.19307.6372.3846.86
HexCE21B8054B13134482f
Octal316412700124132346411057
Binary1100111010000110111000010101001011100111001101001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE21B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE21B8; }

 p { color: rgb(206,33,184); }

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

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

 a { background-color: rgb(206,33,184); }

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

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

 span { border-color: rgb(206,33,184); }

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