Html Css Color HEX #CE13DB Deep Magenta

📋 copy color: '#CE13DB'

red 206 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #CE13DB

Tints of Deep Magenta #CE13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.28%

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

R = 46.4%
G = 4.28%
B = 49.32%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE13DB (or 0xCE13DB) is known color: Deep Magenta. HEX triplet: CE, 13 and DB. RGB value is (206,19,219). Sum of RGB (Red+Green+Blue) = 206+19+219=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13DB is #31EC24. Grayscale: #616161. Windows color (decimal): -3271717 or 14357454. OLE color: 14357454.

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

Color convert

RGB 206 19 219 -
CMYK 0.06 0.91 0 0.14
HSL 296.1º 0.84% 0.47% -
HSV(B) 296.1º 0.91% 0.86% -
XYZ 38.47 18.7 68.6 -
YUV 97.71 196.45 205.24 -
System Red Green Blue C M Y K H S L
Decimal 206 19 219 0.06 0.91 0 0.14 296.1 0.84 0.47
Hex CE 13 DB 6 5B 0 E 128 54 2F
Octal 316 23 333 6 133 0 16 450 124 57
Binary 11001110 10011 11011011 110 1011011 0 1110 100101000 1010100 101111

Color Harmonies of #CE13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13DB

Black with #CE13DB

Text Example


Text Example

White with #CE13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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