Html Css Color HEX #CE2ADE Deep Magenta

📋 copy color: '#CE2ADE'

red 206 ◦ green 42 ◦ blue 222

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

Shades of Deep Magenta #CE2ADE

Tints of Deep Magenta #CE2ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 43.83%
G = 8.94%
B = 47.23%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE2ADE (or 0xCE2ADE) is known color: Deep Magenta. HEX triplet: CE, 2A and DE. RGB value is (206,42,222). Sum of RGB (Red+Green+Blue) = 206+42+222=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ADE is #31D521. Grayscale: #6F6F6F. Windows color (decimal): -3265826 or 14559950. OLE color: 14559950.

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

Color convert

RGB 206 42 222 -
CMYK 0.07 0.81 0 0.13
HSL 294.67º 0.73% 0.52% -
HSV(B) 294.67º 0.81% 0.87% -
XYZ 39.47 20.05 70.9 -
YUV 111.56 190.33 195.36 -
System Red Green Blue C M Y K H S L
Decimal 206 42 222 0.07 0.81 0 0.13 294.67 0.73 0.52
Hex CE 2A DE 7 51 0 D 127 49 34
Octal 316 52 336 7 121 0 15 447 111 64
Binary 11001110 101010 11011110 111 1010001 0 1101 100100111 1001001 110100

Color Harmonies of #CE2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2ADE

Black with #CE2ADE

Text Example


Text Example

White with #CE2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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