Html Css Color HEX #CE2AD9 Deep Magenta

📋 copy color: '#CE2AD9'

red 206 ◦ green 42 ◦ blue 217

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

Shades of Deep Magenta #CE2AD9

Tints of Deep Magenta #CE2AD9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.03%

 BLUE value IS 217 (85.16% from 255) = 46.67%

R = 44.3%
G = 9.03%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE2AD9 (or 0xCE2AD9) is known color: Deep Magenta. HEX triplet: CE, 2A and D9. RGB value is (206,42,217). Sum of RGB (Red+Green+Blue) = 206+42+217=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AD9 is #31D526. Grayscale: #6E6E6E. Windows color (decimal): -3265831 or 14232270. OLE color: 14232270.

HSL color Cylindrical-coordinate representation of color #CE2AD9: hue angle of 296.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2AD9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 42 217 -
CMYK 0.05 0.81 0 0.15
HSL 296.23º 0.7% 0.51% -
HSV(B) 296.23º 0.81% 0.85% -
XYZ 38.81 19.79 67.42 -
YUV 110.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 206 42 217 0.05 0.81 0 0.15 296.23 0.7 0.51
Hex CE 2A D9 5 51 0 F 128 46 33
Octal 316 52 331 5 121 0 17 450 106 63
Binary 11001110 101010 11011001 101 1010001 0 1111 100101000 1000110 110011

Color Harmonies of #CE2AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AD9

Black with #CE2AD9

Text Example


Text Example

White with #CE2AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AD9; }

 p { color: rgb(206,42,217); }

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

background-color css

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

 a { background-color: rgb(206,42,217); }

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

border-color css

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

 span { border-color: rgb(206,42,217); }

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