Html Css Color HEX #CE00DB Deep Magenta

📋 copy color: '#CE00DB'

red 206 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #CE00DB

Tints of Deep Magenta #CE00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.47%
G = 0%
B = 51.53%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE00DB (or 0xCE00DB) is known color: Deep Magenta. HEX triplet: CE, 00 and DB. RGB value is (206,0,219). Sum of RGB (Red+Green+Blue) = 206+0+219=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00DB is #31FF24. Grayscale: #555555. Windows color (decimal): -3276581 or 14352590. OLE color: 14352590.

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

Color convert

RGB 206 0 219 -
CMYK 0.06 1 0 0.14
HSL 296.44º 1% 0.43% -
HSV(B) 296.44º 1% 0.86% -
XYZ 38.24 18.24 68.52 -
YUV 86.56 202.75 213.19 -
System Red Green Blue C M Y K H S L
Decimal 206 0 219 0.06 1 0 0.14 296.44 1 0.43
Hex CE 0 DB 6 64 0 E 128 64 2B
Octal 316 0 333 6 144 0 16 450 144 53
Binary 11001110 0 11011011 110 1100100 0 1110 100101000 1100100 101011

Color Harmonies of #CE00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00DB

Black with #CE00DB

Text Example


Text Example

White with #CE00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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