Html Css Color HEX #CE1CDE Deep Magenta

📋 copy color: '#CE1CDE'

red 206 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #CE1CDE

Tints of Deep Magenta #CE1CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.14%

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

R = 45.18%
G = 6.14%
B = 48.68%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE1CDE (or 0xCE1CDE) is known color: Deep Magenta. HEX triplet: CE, 1C and DE. RGB value is (206,28,222). Sum of RGB (Red+Green+Blue) = 206+28+222=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CDE is #31E321. Grayscale: #666666. Windows color (decimal): -3269410 or 14556366. OLE color: 14556366.

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

Color convert

RGB 206 28 222 -
CMYK 0.07 0.87 0 0.13
HSL 295.05º 0.78% 0.49% -
HSV(B) 295.05º 0.87% 0.87% -
XYZ 39.05 19.23 70.76 -
YUV 103.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 206 28 222 0.07 0.87 0 0.13 295.05 0.78 0.49
Hex CE 1C DE 7 57 0 D 127 4E 31
Octal 316 34 336 7 127 0 15 447 116 61
Binary 11001110 11100 11011110 111 1010111 0 1101 100100111 1001110 110001

Color Harmonies of #CE1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CDE

Black with #CE1CDE

Text Example


Text Example

White with #CE1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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