Html Css Color HEX #CE19DB Deep Magenta

📋 copy color: '#CE19DB'

red 206 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #CE19DB

Tints of Deep Magenta #CE19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.56%

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

R = 45.78%
G = 5.56%
B = 48.67%

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

#CE19DB (or 0xCE19DB) is known color: Deep Magenta. HEX triplet: CE, 19 and DB. RGB value is (206,25,219). Sum of RGB (Red+Green+Blue) = 206+25+219=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19DB is #31E624. Grayscale: #646464. Windows color (decimal): -3270181 or 14358990. OLE color: 14358990.

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

Color convert

RGB 206 25 219 -
CMYK 0.06 0.89 0 0.14
HSL 295.98º 0.8% 0.48% -
HSV(B) 295.98º 0.89% 0.86% -
XYZ 38.59 18.93 68.64 -
YUV 101.24 194.47 202.73 -
System Red Green Blue C M Y K H S L
Decimal 206 25 219 0.06 0.89 0 0.14 295.98 0.8 0.48
Hex CE 19 DB 6 59 0 E 128 50 30
Octal 316 31 333 6 131 0 16 450 120 60
Binary 11001110 11001 11011011 110 1011001 0 1110 100101000 1010000 110000

Color Harmonies of #CE19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19DB

Black with #CE19DB

Text Example


Text Example

White with #CE19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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