Html Css Color HEX #CE1DAE Deep Magenta

📋 copy color: '#CE1DAE'

red 206 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #CE1DAE

Tints of Deep Magenta #CE1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.09%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 50.37%
G = 7.09%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE1DAE (or 0xCE1DAE) is known color: Deep Magenta. HEX triplet: CE, 1D and AE. RGB value is (206,29,174). Sum of RGB (Red+Green+Blue) = 206+29+174=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1DAE is #31E251. Grayscale: #626262. Windows color (decimal): -3269202 or 11410894. OLE color: 11410894.

HSL color Cylindrical-coordinate representation of color #CE1DAE: hue angle of 310.85º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1DAE is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 29 174 -
CMYK 0 0.86 0.16 0.19
HSL 310.85º 0.75% 0.46% -
HSV(B) 310.85º 0.86% 0.81% -
XYZ 33.53 17.06 41.57 -
YUV 98.45 170.64 204.71 -
System Red Green Blue C M Y K H S L
Decimal 206 29 174 0 0.86 0.16 0.19 310.85 0.75 0.46
Hex CE 1D AE 0 56 10 13 137 4B 2E
Octal 316 35 256 0 126 20 23 467 113 56
Binary 11001110 11101 10101110 0 1010110 10000 10011 100110111 1001011 101110

Color Harmonies of #CE1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DAE

Black with #CE1DAE

Text Example


Text Example

White with #CE1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DAE; }

 p { color: rgb(206,29,174); }

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

background-color css

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

 a { background-color: rgb(206,29,174); }

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

border-color css

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

 span { border-color: rgb(206,29,174); }

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