Html Css Color HEX #CE0AD7 Deep Magenta

📋 copy color: '#CE0AD7'

red 206 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #CE0AD7

Tints of Deep Magenta #CE0AD7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.32%

 BLUE value IS 215 (84.38% from 255) = 49.88%

R = 47.8%
G = 2.32%
B = 49.88%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE0AD7 (or 0xCE0AD7) is known color: Deep Magenta. HEX triplet: CE, 0A and D7. RGB value is (206,10,215). Sum of RGB (Red+Green+Blue) = 206+10+215=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AD7 is #31F528. Grayscale: #5B5B5B. Windows color (decimal): -3274025 or 14093006. OLE color: 14093006.

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

Color convert

RGB 206 10 215 -
CMYK 0.04 0.95 0 0.16
HSL 297.37º 0.91% 0.44% -
HSV(B) 297.37º 0.95% 0.84% -
XYZ 37.83 18.25 65.82 -
YUV 91.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 206 10 215 0.04 0.95 0 0.16 297.37 0.91 0.44
Hex CE A D7 4 5F 0 10 129 5B 2C
Octal 316 12 327 4 137 0 20 451 133 54
Binary 11001110 1010 11010111 100 1011111 0 10000 100101001 1011011 101100

Color Harmonies of #CE0AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0AD7

Black with #CE0AD7

Text Example


Text Example

White with #CE0AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0AD7; }

 p { color: rgb(206,10,215); }

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

background-color css

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

 a { background-color: rgb(206,10,215); }

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

border-color css

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

 span { border-color: rgb(206,10,215); }

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