Html Css Color HEX #CE0AB9 Deep Magenta

📋 copy color: '#CE0AB9'

red 206 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #CE0AB9

Tints of Deep Magenta #CE0AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 51.37%
G = 2.49%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE0AB9 (or 0xCE0AB9) is known color: Deep Magenta. HEX triplet: CE, 0A and B9. RGB value is (206,10,185). Sum of RGB (Red+Green+Blue) = 206+10+185=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AB9 is #31F546. Grayscale: #585858. Windows color (decimal): -3274055 or 12126926. OLE color: 12126926.

HSL color Cylindrical-coordinate representation of color #CE0AB9: hue angle of 306.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 10 185 -
CMYK 0 0.95 0.10 0.19
HSL 306.43º 0.91% 0.42% -
HSV(B) 306.43º 0.95% 0.81% -
XYZ 34.32 16.84 47.34 -
YUV 88.55 182.43 211.77 -
System Red Green Blue C M Y K H S L
Decimal 206 10 185 0 0.95 0.10 0.19 306.43 0.91 0.42
Hex CE A B9 0 5F A 13 132 5B 2A
Octal 316 12 271 0 137 12 23 462 133 52
Binary 11001110 1010 10111001 0 1011111 1010 10011 100110010 1011011 101010

Color Harmonies of #CE0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0AB9

Black with #CE0AB9

Text Example


Text Example

White with #CE0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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