Html Css Color HEX #CE1BDE Deep Magenta

📋 copy color: '#CE1BDE'

red 206 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #CE1BDE

Tints of Deep Magenta #CE1BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.93%

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

R = 45.27%
G = 5.93%
B = 48.79%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE1BDE (or 0xCE1BDE) is known color: Deep Magenta. HEX triplet: CE, 1B and DE. RGB value is (206,27,222). Sum of RGB (Red+Green+Blue) = 206+27+222=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE1BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BDE is #31E421. Grayscale: #666666. Windows color (decimal): -3269666 or 14556110. OLE color: 14556110.

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

Color convert

RGB 206 27 222 -
CMYK 0.07 0.88 0 0.13
HSL 295.08º 0.78% 0.49% -
HSV(B) 295.08º 0.88% 0.87% -
XYZ 39.03 19.18 70.75 -
YUV 102.75 195.3 201.64 -
System Red Green Blue C M Y K H S L
Decimal 206 27 222 0.07 0.88 0 0.13 295.08 0.78 0.49
Hex CE 1B DE 7 58 0 D 127 4E 31
Octal 316 33 336 7 130 0 15 447 116 61
Binary 11001110 11011 11011110 111 1011000 0 1101 100100111 1001110 110001

Color Harmonies of #CE1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BDE

Black with #CE1BDE

Text Example


Text Example

White with #CE1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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