#CE23D4

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

Shades of Deep Magenta #CE23D4

Tints of Deep Magenta #CE23D4

Color information

#CE23D4 (or 0xCE23D4) is unknown color: approx Deep Magenta. HEX triplet: CE, 23 and D4. RGB value is (206,35,212). Sum of RGB (Red+Green+Blue) = 206+35+212=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE23D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23D4 is #31DC2B. Grayscale: #696969. Windows color (decimal): -3267628 or 13902798. OLE color: 13902798.

HSL color Cylindrical-coordinate representation of color #CE23D4: hue angle of 297.97º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE23D4 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20635212-
CMYK0.030.8300.17
HSL297.97º71.66%48.43%-
HSV(B)297.97º83.49%83.14%-
XYZ37.9419.0863.97-
YUV106.31187.65199.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 35 (14.06% from 255) = 7.73%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=45.47%
G=7.73%
B=46.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206352120.030.8300.17297.9771.6648.43
HexCE23D435301112a4830
Octal31643324312302145211060
Binary11001110100011110101001110100110100011001010101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE23D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE23D4; }

 p { color: rgb(206,35,212); }

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

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

 a { background-color: rgb(206,35,212); }

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

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

 span { border-color: rgb(206,35,212); }

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