Html Css Color HEX #CE09BF Deep Magenta

📋 copy color: '#CE09BF'

red 206 ◦ green 9 ◦ blue 191

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

Shades of Deep Magenta #CE09BF

Tints of Deep Magenta #CE09BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 50.74%
G = 2.22%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE09BF (or 0xCE09BF) is known color: Deep Magenta. HEX triplet: CE, 09 and BF. RGB value is (206,9,191). Sum of RGB (Red+Green+Blue) = 206+9+191=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09BF is #31F640. Grayscale: #585858. Windows color (decimal): -3274305 or 12519886. OLE color: 12519886.

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

Color convert

RGB 206 9 191 -
CMYK 0 0.96 0.07 0.19
HSL 304.57º 0.92% 0.42% -
HSV(B) 304.57º 0.96% 0.81% -
XYZ 34.96 17.08 50.74 -
YUV 88.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 206 9 191 0 0.96 0.07 0.19 304.57 0.92 0.42
Hex CE 9 BF 0 60 7 13 131 5C 2A
Octal 316 11 277 0 140 7 23 461 134 52
Binary 11001110 1001 10111111 0 1100000 111 10011 100110001 1011100 101010

Color Harmonies of #CE09BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09BF

Black with #CE09BF

Text Example


Text Example

White with #CE09BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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