Html Css Color HEX #CE0FAD Deep Magenta

📋 copy color: '#CE0FAD'

red 206 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #CE0FAD

Tints of Deep Magenta #CE0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

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

R = 52.28%
G = 3.81%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE0FAD (or 0xCE0FAD) is known color: Deep Magenta. HEX triplet: CE, 0F and AD. RGB value is (206,15,173). Sum of RGB (Red+Green+Blue) = 206+15+173=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0FAD is #31F052. Grayscale: #595959. Windows color (decimal): -3272787 or 11341774. OLE color: 11341774.

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

Color convert

RGB 206 15 173 -
CMYK 0 0.93 0.16 0.19
HSL 310.37º 0.86% 0.43% -
HSV(B) 310.37º 0.93% 0.81% -
XYZ 33.17 16.48 40.97 -
YUV 90.12 174.78 210.65 -
System Red Green Blue C M Y K H S L
Decimal 206 15 173 0 0.93 0.16 0.19 310.37 0.86 0.43
Hex CE F AD 0 5D 10 13 136 56 2B
Octal 316 17 255 0 135 20 23 466 126 53
Binary 11001110 1111 10101101 0 1011101 10000 10011 100110110 1010110 101011

Color Harmonies of #CE0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0FAD

Black with #CE0FAD

Text Example


Text Example

White with #CE0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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