Html Css Color HEX #CE01AA Deep Magenta

📋 copy color: '#CE01AA'

red 206 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #CE01AA

Tints of Deep Magenta #CE01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 54.64%
G = 0.27%
B = 45.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE01AA (or 0xCE01AA) is known color: Deep Magenta. HEX triplet: CE, 01 and AA. RGB value is (206,1,170). Sum of RGB (Red+Green+Blue) = 206+1+170=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE01AA is #31FE55. Grayscale: #515151. Windows color (decimal): -3276374 or 11141582. OLE color: 11141582.

HSL color Cylindrical-coordinate representation of color #CE01AA: hue angle of 310.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01AA is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 170 -
CMYK 0 1.00 0.17 0.19
HSL 310.54º 0.99% 0.41% -
HSV(B) 310.54º 1% 0.81% -
XYZ 32.72 16.05 39.4 -
YUV 81.56 177.92 216.76 -
System Red Green Blue C M Y K H S L
Decimal 206 1 170 0 1.00 0.17 0.19 310.54 0.99 0.41
Hex CE 1 AA 0 64 11 13 137 63 29
Octal 316 1 252 0 144 21 23 467 143 51
Binary 11001110 1 10101010 0 1100100 10001 10011 100110111 1100011 101001

Color Harmonies of #CE01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01AA

Black with #CE01AA

Text Example


Text Example

White with #CE01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01AA; }

 p { color: rgb(206,1,170); }

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

background-color css

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

 a { background-color: rgb(206,1,170); }

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

border-color css

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

 span { border-color: rgb(206,1,170); }

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