Html Css Color HEX #CE2AD1 Deep Magenta

📋 copy color: '#CE2AD1'

red 206 ◦ green 42 ◦ blue 209

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

Shades of Deep Magenta #CE2AD1

Tints of Deep Magenta #CE2AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 45.08%
G = 9.19%
B = 45.73%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE2AD1 (or 0xCE2AD1) is known color: Deep Magenta. HEX triplet: CE, 2A and D1. RGB value is (206,42,209). Sum of RGB (Red+Green+Blue) = 206+42+209=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE2AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AD1 is #31D52E. Grayscale: #6D6D6D. Windows color (decimal): -3265839 or 13707982. OLE color: 13707982.

HSL color Cylindrical-coordinate representation of color #CE2AD1: hue angle of 298.92º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AD1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 42 209 -
CMYK 0.01 0.80 0 0.18
HSL 298.92º 0.67% 0.49% -
HSV(B) 298.92º 0.8% 0.82% -
XYZ 37.79 19.38 62.07 -
YUV 110.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 206 42 209 0.01 0.80 0 0.18 298.92 0.67 0.49
Hex CE 2A D1 1 50 0 12 12B 43 31
Octal 316 52 321 1 120 0 22 453 103 61
Binary 11001110 101010 11010001 1 1010000 0 10010 100101011 1000011 110001

Color Harmonies of #CE2AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AD1

Black with #CE2AD1

Text Example


Text Example

White with #CE2AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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