Html Css Color HEX #CE20DF Deep Magenta

📋 copy color: '#CE20DF'

red 206 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #CE20DF

Tints of Deep Magenta #CE20DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.94%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 44.69%
G = 6.94%
B = 48.37%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE20DF (or 0xCE20DF) is known color: Deep Magenta. HEX triplet: CE, 20 and DF. RGB value is (206,32,223). Sum of RGB (Red+Green+Blue) = 206+32+223=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20DF is #31DF20. Grayscale: #696969. Windows color (decimal): -3268385 or 14622926. OLE color: 14622926.

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

Color convert

RGB 206 32 223 -
CMYK 0.08 0.86 0 0.13
HSL 294.66º 0.75% 0.5% -
HSV(B) 294.66º 0.86% 0.87% -
XYZ 39.29 19.48 71.5 -
YUV 105.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 206 32 223 0.08 0.86 0 0.13 294.66 0.75 0.5
Hex CE 20 DF 8 56 0 D 127 4B 32
Octal 316 40 337 10 126 0 15 447 113 62
Binary 11001110 100000 11011111 1000 1010110 0 1101 100100111 1001011 110010

Color Harmonies of #CE20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20DF

Black with #CE20DF

Text Example


Text Example

White with #CE20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20DF; }

 p { color: rgb(206,32,223); }

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

background-color css

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

 a { background-color: rgb(206,32,223); }

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

border-color css

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

 span { border-color: rgb(206,32,223); }

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