Html Css Color HEX #CE09BA Deep Magenta

📋 copy color: '#CE09BA'

red 206 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #CE09BA

Tints of Deep Magenta #CE09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.24%

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

R = 51.37%
G = 2.24%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE09BA (or 0xCE09BA) is known color: Deep Magenta. HEX triplet: CE, 09 and BA. RGB value is (206,9,186). Sum of RGB (Red+Green+Blue) = 206+9+186=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09BA is #31F645. Grayscale: #575757. Windows color (decimal): -3274310 or 12192206. OLE color: 12192206.

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

Color convert

RGB 206 9 186 -
CMYK 0 0.96 0.10 0.19
HSL 306.09º 0.92% 0.42% -
HSV(B) 306.09º 0.96% 0.81% -
XYZ 34.41 16.86 47.9 -
YUV 88.08 183.27 212.11 -
System Red Green Blue C M Y K H S L
Decimal 206 9 186 0 0.96 0.10 0.19 306.09 0.92 0.42
Hex CE 9 BA 0 60 A 13 132 5C 2A
Octal 316 11 272 0 140 12 23 462 134 52
Binary 11001110 1001 10111010 0 1100000 1010 10011 100110010 1011100 101010

Color Harmonies of #CE09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09BA

Black with #CE09BA

Text Example


Text Example

White with #CE09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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