Html Css Color HEX #CE0ABA Deep Magenta

📋 copy color: '#CE0ABA'

red 206 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #CE0ABA

Tints of Deep Magenta #CE0ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 51.24%
G = 2.49%
B = 46.27%

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

#CE0ABA (or 0xCE0ABA) is known color: Deep Magenta. HEX triplet: CE, 0A and BA. RGB value is (206,10,186). Sum of RGB (Red+Green+Blue) = 206+10+186=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ABA is #31F545. Grayscale: #585858. Windows color (decimal): -3274054 or 12192462. OLE color: 12192462.

HSL color Cylindrical-coordinate representation of color #CE0ABA: hue angle of 306.12º 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 #CE0ABA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 10 186 -
CMYK 0 0.95 0.10 0.19
HSL 306.12º 0.91% 0.42% -
HSV(B) 306.12º 0.95% 0.81% -
XYZ 34.43 16.88 47.9 -
YUV 88.67 182.93 211.69 -
System Red Green Blue C M Y K H S L
Decimal 206 10 186 0 0.95 0.10 0.19 306.12 0.91 0.42
Hex CE A BA 0 5F A 13 132 5B 2A
Octal 316 12 272 0 137 12 23 462 133 52
Binary 11001110 1010 10111010 0 1011111 1010 10011 100110010 1011011 101010

Color Harmonies of #CE0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0ABA

Black with #CE0ABA

Text Example


Text Example

White with #CE0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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