Html Css Color HEX #CE13AE Deep Magenta

📋 copy color: '#CE13AE'

red 206 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #CE13AE

Tints of Deep Magenta #CE13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

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

R = 51.63%
G = 4.76%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE13AE (or 0xCE13AE) is known color: Deep Magenta. HEX triplet: CE, 13 and AE. RGB value is (206,19,174). Sum of RGB (Red+Green+Blue) = 206+19+174=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE13AE is #31EC51. Grayscale: #5C5C5C. Windows color (decimal): -3271762 or 11408334. OLE color: 11408334.

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

Color convert

RGB 206 19 174 -
CMYK 0 0.91 0.16 0.19
HSL 310.27º 0.83% 0.44% -
HSV(B) 310.27º 0.91% 0.81% -
XYZ 33.33 16.64 41.5 -
YUV 92.58 173.95 208.9 -
System Red Green Blue C M Y K H S L
Decimal 206 19 174 0 0.91 0.16 0.19 310.27 0.83 0.44
Hex CE 13 AE 0 5B 10 13 136 53 2C
Octal 316 23 256 0 133 20 23 466 123 54
Binary 11001110 10011 10101110 0 1011011 10000 10011 100110110 1010011 101100

Color Harmonies of #CE13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13AE

Black with #CE13AE

Text Example


Text Example

White with #CE13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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