Html Css Color HEX #CE22DB Deep Magenta

📋 copy color: '#CE22DB'

red 206 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #CE22DB

Tints of Deep Magenta #CE22DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.41%

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

R = 44.88%
G = 7.41%
B = 47.71%

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

#CE22DB (or 0xCE22DB) is known color: Deep Magenta. HEX triplet: CE, 22 and DB. RGB value is (206,34,219). Sum of RGB (Red+Green+Blue) = 206+34+219=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22DB is #31DD24. Grayscale: #696969. Windows color (decimal): -3267877 or 14361294. OLE color: 14361294.

HSL color Cylindrical-coordinate representation of color #CE22DB: hue angle of 295.78º degrees, saturation: 0.73, 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 #CE22DB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 34 219 -
CMYK 0.06 0.84 0 0.14
HSL 295.78º 0.73% 0.5% -
HSV(B) 295.78º 0.84% 0.86% -
XYZ 38.81 19.38 68.71 -
YUV 106.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 206 34 219 0.06 0.84 0 0.14 295.78 0.73 0.5
Hex CE 22 DB 6 54 0 E 128 49 32
Octal 316 42 333 6 124 0 16 450 111 62
Binary 11001110 100010 11011011 110 1010100 0 1110 100101000 1001001 110010

Color Harmonies of #CE22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22DB

Black with #CE22DB

Text Example


Text Example

White with #CE22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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