Html Css Color HEX #CE1EDE Deep Magenta

📋 copy color: '#CE1EDE'

red 206 ◦ green 30 ◦ blue 222

#CE1EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CE1EDE

Tints of Deep Magenta #CE1EDE

RGB

 RED value IS 206 (80.86% from 255) = 44.98%

 GREEN value IS 30 (12.11% from 255) = 6.55%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 44.98%
G = 6.55%
B = 48.47%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE1EDE (or 0xCE1EDE) is known color: Deep Magenta. HEX triplet: CE, 1E and DE. RGB value is (206,30,222). Sum of RGB (Red+Green+Blue) = 206+30+222=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EDE is #31E121. Grayscale: #676767. Windows color (decimal): -3268898 or 14556878. OLE color: 14556878.

HSL color Cylindrical-coordinate representation of color #CE1EDE: hue angle of 295º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1EDE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 30 222 -
CMYK 0.07 0.86 0 0.13
HSL 295º 0.76% 0.49% -
HSV(B) 295º 0.86% 0.87% -
XYZ 39.1 19.32 70.78 -
YUV 104.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 206 30 222 0.07 0.86 0 0.13 295 0.76 0.49
Hex CE 1E DE 7 56 0 D 127 4C 31
Octal 316 36 336 7 126 0 15 447 114 61
Binary 11001110 11110 11011110 111 1010110 0 1101 100100111 1001100 110001

Color Harmonies of #CE1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EDE

Black with #CE1EDE

Text Example


Text Example

White with #CE1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EDE; }

 p { color: rgb(206,30,222); }

 H1.HeaderClassName
 {
   color: #CE1EDE;
 }
 .AnyTagClassName
 {
   color: #CE1EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(206,30,222); }

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

border-color css

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

 span { border-color: rgb(206,30,222); }

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