Shades of Deep Magenta #CE09C3
Tints of Deep Magenta #CE09C3
RGB
CMYK
RGB Variations
Color information
#CE09C3 (or 0xCE09C3) is known color: Deep Magenta. HEX triplet: CE, 09 and C3. RGB value is (206,9,195). Sum of RGB (Red+Green+Blue) = 206+9+195=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09C3 is #31F63C. Grayscale: #585858. Windows color (decimal): -3274301 or 12782030. OLE color: 12782030.
HSL color Cylindrical-coordinate representation of color #CE09C3: hue angle of 303.35º 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 #CE09C3 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 195 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.19 |
| HSL | 303.35º | 0.92% | 0.42% | - |
| HSV(B) | 303.35º | 0.96% | 0.81% | - |
| XYZ | 35.4 | 17.26 | 53.09 | - |
| YUV | 89.11 | 187.77 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 195 | 0 | 0.96 | 0.05 | 0.19 | 303.35 | 0.92 | 0.42 |
| Hex | CE | 9 | C3 | 0 | 60 | 5 | 13 | 12F | 5C | 2A |
| Octal | 316 | 11 | 303 | 0 | 140 | 5 | 23 | 457 | 134 | 52 |
| Binary | 11001110 | 1001 | 11000011 | 0 | 1100000 | 101 | 10011 | 100101111 | 1011100 | 101010 |
Color Harmonies of #CE09C3
Complementary color
Monochromatic Colors of #CE09C3
Black with #CE09C3
Text Example
Text Example
White with #CE09C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09C3; }
p { color: rgb(206,9,195); }
H1.HeaderClassName
{
color: #CE09C3;
}
.AnyTagClassName
{
color: #CE09C3;
}
</style>
background-color css
<style>
a { background-color: #CE09C3; }
a { background-color: rgb(206,9,195); }
div.DivClassName
{
background-color: #CE09C3;
}
.BgClassName
{
background-color: #CE09C3;
}
</style>
border-color css
<style>
span { border-color: #CE09C3; }
span { border-color: rgb(206,9,195); }
td.TdClassName
{
border-color: #CE09C3;
}
.TagClassName
{
border-color: #CE09C3;
}
</style>