Html Css Color HEX #CE10DB Deep Magenta

📋 copy color: '#CE10DB'

red 206 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #CE10DB

Tints of Deep Magenta #CE10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.63%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 46.71%
G = 3.63%
B = 49.66%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE10DB (or 0xCE10DB) is known color: Deep Magenta. HEX triplet: CE, 10 and DB. RGB value is (206,16,219). Sum of RGB (Red+Green+Blue) = 206+16+219=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10DB is #31EF24. Grayscale: #5F5F5F. Windows color (decimal): -3272485 or 14356686. OLE color: 14356686.

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

Color convert

RGB 206 16 219 -
CMYK 0.06 0.93 0 0.14
HSL 296.16º 0.86% 0.46% -
HSV(B) 296.16º 0.93% 0.86% -
XYZ 38.43 18.61 68.58 -
YUV 95.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 206 16 219 0.06 0.93 0 0.14 296.16 0.86 0.46
Hex CE 10 DB 6 5D 0 E 128 56 2E
Octal 316 20 333 6 135 0 16 450 126 56
Binary 11001110 10000 11011011 110 1011101 0 1110 100101000 1010110 101110

Color Harmonies of #CE10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10DB

Black with #CE10DB

Text Example


Text Example

White with #CE10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10DB; }

 p { color: rgb(206,16,219); }

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

background-color css

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

 a { background-color: rgb(206,16,219); }

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

border-color css

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

 span { border-color: rgb(206,16,219); }

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