Html Css Color HEX #CE11DC Deep Magenta

📋 copy color: '#CE11DC'

red 206 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #CE11DC

Tints of Deep Magenta #CE11DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.84%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 46.5%
G = 3.84%
B = 49.66%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE11DC (or 0xCE11DC) is known color: Deep Magenta. HEX triplet: CE, 11 and DC. RGB value is (206,17,220). Sum of RGB (Red+Green+Blue) = 206+17+220=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11DC is #31EE23. Grayscale: #606060. Windows color (decimal): -3272228 or 14422478. OLE color: 14422478.

HSL color Cylindrical-coordinate representation of color #CE11DC: hue angle of 295.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11DC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 17 220 -
CMYK 0.06 0.92 0 0.14
HSL 295.86º 0.86% 0.46% -
HSV(B) 295.86º 0.92% 0.86% -
XYZ 38.57 18.69 69.28 -
YUV 96.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 206 17 220 0.06 0.92 0 0.14 295.86 0.86 0.46
Hex CE 11 DC 6 5C 0 E 128 56 2E
Octal 316 21 334 6 134 0 16 450 126 56
Binary 11001110 10001 11011100 110 1011100 0 1110 100101000 1010110 101110

Color Harmonies of #CE11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11DC

Black with #CE11DC

Text Example


Text Example

White with #CE11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11DC; }

 p { color: rgb(206,17,220); }

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

background-color css

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

 a { background-color: rgb(206,17,220); }

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

border-color css

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

 span { border-color: rgb(206,17,220); }

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