Html Css Color HEX #CE23DD Deep Magenta

📋 copy color: '#CE23DD'

red 206 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #CE23DD

Tints of Deep Magenta #CE23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 44.59%
G = 7.58%
B = 47.84%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE23DD (or 0xCE23DD) is known color: Deep Magenta. HEX triplet: CE, 23 and DD. RGB value is (206,35,221). Sum of RGB (Red+Green+Blue) = 206+35+221=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23DD is #31DC22. Grayscale: #6A6A6A. Windows color (decimal): -3267619 or 14492622. OLE color: 14492622.

HSL color Cylindrical-coordinate representation of color #CE23DD: hue angle of 295.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE23DD is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 35 221 -
CMYK 0.07 0.84 0 0.13
HSL 295.16º 0.73% 0.5% -
HSV(B) 295.16º 0.84% 0.87% -
XYZ 39.11 19.54 70.12 -
YUV 107.33 192.15 198.38 -
System Red Green Blue C M Y K H S L
Decimal 206 35 221 0.07 0.84 0 0.13 295.16 0.73 0.5
Hex CE 23 DD 7 54 0 D 127 49 32
Octal 316 43 335 7 124 0 15 447 111 62
Binary 11001110 100011 11011101 111 1010100 0 1101 100100111 1001001 110010

Color Harmonies of #CE23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23DD

Black with #CE23DD

Text Example


Text Example

White with #CE23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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