Html Css Color HEX #CE00AD Deep Magenta

📋 copy color: '#CE00AD'

red 206 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #CE00AD

Tints of Deep Magenta #CE00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 54.35%
G = 0%
B = 45.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE00AD (or 0xCE00AD) is known color: Deep Magenta. HEX triplet: CE, 00 and AD. RGB value is (206,0,173). Sum of RGB (Red+Green+Blue) = 206+0+173=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE00AD is #31FF52. Grayscale: #505050. Windows color (decimal): -3276627 or 11337934. OLE color: 11337934.

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

Color convert

RGB 206 0 173 -
CMYK 0 1 0.16 0.19
HSL 309.61º 1% 0.4% -
HSV(B) 309.61º 1% 0.81% -
XYZ 33 16.14 40.91 -
YUV 81.32 179.75 216.93 -
System Red Green Blue C M Y K H S L
Decimal 206 0 173 0 1 0.16 0.19 309.61 1 0.4
Hex CE 0 AD 0 64 10 13 136 64 28
Octal 316 0 255 0 144 20 23 466 144 50
Binary 11001110 0 10101101 0 1100100 10000 10011 100110110 1100100 101000

Color Harmonies of #CE00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00AD

Black with #CE00AD

Text Example


Text Example

White with #CE00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00AD; }

 p { color: rgb(206,0,173); }

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

background-color css

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

 a { background-color: rgb(206,0,173); }

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

border-color css

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

 span { border-color: rgb(206,0,173); }

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