Html Css Color HEX #CE23DB Deep Magenta

📋 copy color: '#CE23DB'

red 206 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #CE23DB

Tints of Deep Magenta #CE23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.61%

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

R = 44.78%
G = 7.61%
B = 47.61%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE23DB (or 0xCE23DB) is known color: Deep Magenta. HEX triplet: CE, 23 and DB. RGB value is (206,35,219). Sum of RGB (Red+Green+Blue) = 206+35+219=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23DB is #31DC24. Grayscale: #6A6A6A. Windows color (decimal): -3267621 or 14361550. OLE color: 14361550.

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

Color convert

RGB 206 35 219 -
CMYK 0.06 0.84 0 0.14
HSL 295.76º 0.72% 0.5% -
HSV(B) 295.76º 0.84% 0.86% -
XYZ 38.84 19.44 68.72 -
YUV 107.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 206 35 219 0.06 0.84 0 0.14 295.76 0.72 0.5
Hex CE 23 DB 6 54 0 E 128 48 32
Octal 316 43 333 6 124 0 16 450 110 62
Binary 11001110 100011 11011011 110 1010100 0 1110 100101000 1001000 110010

Color Harmonies of #CE23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23DB

Black with #CE23DB

Text Example


Text Example

White with #CE23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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