Html Css Color HEX #CE17DB Deep Magenta

📋 copy color: '#CE17DB'

red 206 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #CE17DB

Tints of Deep Magenta #CE17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.13%

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

R = 45.98%
G = 5.13%
B = 48.88%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE17DB (or 0xCE17DB) is known color: Deep Magenta. HEX triplet: CE, 17 and DB. RGB value is (206,23,219). Sum of RGB (Red+Green+Blue) = 206+23+219=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17DB is #31E824. Grayscale: #636363. Windows color (decimal): -3270693 or 14358478. OLE color: 14358478.

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

Color convert

RGB 206 23 219 -
CMYK 0.06 0.89 0 0.14
HSL 296.02º 0.81% 0.47% -
HSV(B) 296.02º 0.89% 0.86% -
XYZ 38.55 18.85 68.62 -
YUV 100.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 206 23 219 0.06 0.89 0 0.14 296.02 0.81 0.47
Hex CE 17 DB 6 59 0 E 128 51 2F
Octal 316 27 333 6 131 0 16 450 121 57
Binary 11001110 10111 11011011 110 1011001 0 1110 100101000 1010001 101111

Color Harmonies of #CE17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17DB

Black with #CE17DB

Text Example


Text Example

White with #CE17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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