Html Css Color HEX #CE16DB Deep Magenta

📋 copy color: '#CE16DB'

red 206 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #CE16DB

Tints of Deep Magenta #CE16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.92%

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

R = 46.09%
G = 4.92%
B = 48.99%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE16DB (or 0xCE16DB) is known color: Deep Magenta. HEX triplet: CE, 16 and DB. RGB value is (206,22,219). Sum of RGB (Red+Green+Blue) = 206+22+219=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DB is #31E924. Grayscale: #626262. Windows color (decimal): -3270949 or 14358222. OLE color: 14358222.

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

Color convert

RGB 206 22 219 -
CMYK 0.06 0.90 0 0.14
HSL 296.04º 0.82% 0.47% -
HSV(B) 296.04º 0.9% 0.86% -
XYZ 38.53 18.81 68.62 -
YUV 99.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 206 22 219 0.06 0.90 0 0.14 296.04 0.82 0.47
Hex CE 16 DB 6 5A 0 E 128 52 2F
Octal 316 26 333 6 132 0 16 450 122 57
Binary 11001110 10110 11011011 110 1011010 0 1110 100101000 1010010 101111

Color Harmonies of #CE16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16DB

Black with #CE16DB

Text Example


Text Example

White with #CE16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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