Html Css Color HEX #CE1ED8 Deep Magenta

📋 copy color: '#CE1ED8'

red 206 ◦ green 30 ◦ blue 216

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

Shades of Deep Magenta #CE1ED8

Tints of Deep Magenta #CE1ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 45.58%
G = 6.64%
B = 47.79%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE1ED8 (or 0xCE1ED8) is known color: Deep Magenta. HEX triplet: CE, 1E and D8. RGB value is (206,30,216). Sum of RGB (Red+Green+Blue) = 206+30+216=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ED8 is #31E127. Grayscale: #676767. Windows color (decimal): -3268904 or 14163662. OLE color: 14163662.

HSL color Cylindrical-coordinate representation of color #CE1ED8: hue angle of 296.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1ED8 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 30 216 -
CMYK 0.05 0.86 0 0.15
HSL 296.77º 0.76% 0.48% -
HSV(B) 296.77º 0.86% 0.85% -
XYZ 38.31 19.01 66.62 -
YUV 103.83 191.31 200.88 -
System Red Green Blue C M Y K H S L
Decimal 206 30 216 0.05 0.86 0 0.15 296.77 0.76 0.48
Hex CE 1E D8 5 56 0 F 129 4C 30
Octal 316 36 330 5 126 0 17 451 114 60
Binary 11001110 11110 11011000 101 1010110 0 1111 100101001 1001100 110000

Color Harmonies of #CE1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1ED8

Black with #CE1ED8

Text Example


Text Example

White with #CE1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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