Html Css Color HEX #CE20DB Deep Magenta

📋 copy color: '#CE20DB'

red 206 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #CE20DB

Tints of Deep Magenta #CE20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7%

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

R = 45.08%
G = 7%
B = 47.92%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE20DB (or 0xCE20DB) is known color: Deep Magenta. HEX triplet: CE, 20 and DB. RGB value is (206,32,219). Sum of RGB (Red+Green+Blue) = 206+32+219=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20DB is #31DF24. Grayscale: #686868. Windows color (decimal): -3268389 or 14360782. OLE color: 14360782.

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

Color convert

RGB 206 32 219 -
CMYK 0.06 0.85 0 0.14
HSL 295.83º 0.75% 0.49% -
HSV(B) 295.83º 0.85% 0.86% -
XYZ 38.76 19.27 68.69 -
YUV 105.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 206 32 219 0.06 0.85 0 0.14 295.83 0.75 0.49
Hex CE 20 DB 6 55 0 E 128 4B 31
Octal 316 40 333 6 125 0 16 450 113 61
Binary 11001110 100000 11011011 110 1010101 0 1110 100101000 1001011 110001

Color Harmonies of #CE20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20DB

Black with #CE20DB

Text Example


Text Example

White with #CE20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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