Html Css Color HEX #CE18AD Deep Magenta

📋 copy color: '#CE18AD'

red 206 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #CE18AD

Tints of Deep Magenta #CE18AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

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

R = 51.12%
G = 5.96%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE18AD (or 0xCE18AD) is known color: Deep Magenta. HEX triplet: CE, 18 and AD. RGB value is (206,24,173). Sum of RGB (Red+Green+Blue) = 206+24+173=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE18AD is #31E752. Grayscale: #5E5E5E. Windows color (decimal): -3270483 or 11344078. OLE color: 11344078.

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

Color convert

RGB 206 24 173 -
CMYK 0 0.88 0.16 0.19
HSL 310.88º 0.79% 0.45% -
HSV(B) 310.88º 0.88% 0.81% -
XYZ 33.32 16.79 41.02 -
YUV 95.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 206 24 173 0 0.88 0.16 0.19 310.88 0.79 0.45
Hex CE 18 AD 0 58 10 13 137 4F 2D
Octal 316 30 255 0 130 20 23 467 117 55
Binary 11001110 11000 10101101 0 1011000 10000 10011 100110111 1001111 101101

Color Harmonies of #CE18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18AD

Black with #CE18AD

Text Example


Text Example

White with #CE18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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