Shades of Deep Magenta #CD09CE
Tints of Deep Magenta #CD09CE
RGB
CMYK
RGB Variations
Color information
#CD09CE (or 0xCD09CE) is known color: Deep Magenta. HEX triplet: CD, 09 and CE. RGB value is (205,9,206). Sum of RGB (Red+Green+Blue) = 205+9+206=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD09CE is #32F631. Grayscale: #595959. Windows color (decimal): -3339826 or 13502925. OLE color: 13502925.
HSL color Cylindrical-coordinate representation of color #CD09CE: hue angle of 299.7º 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 #CD09CE is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 9 | 206 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.19 |
| HSL | 299.7º | 0.92% | 0.42% | - |
| HSV(B) | 299.7º | 0.96% | 0.81% | - |
| XYZ | 36.42 | 17.63 | 59.88 | - |
| YUV | 90.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 206 | 0.00 | 0.96 | 0 | 0.19 | 299.7 | 0.92 | 0.42 |
| Hex | CD | 9 | CE | 0 | 60 | 0 | 13 | 12C | 5C | 2A |
| Octal | 315 | 11 | 316 | 0 | 140 | 0 | 23 | 454 | 134 | 52 |
| Binary | 11001101 | 1001 | 11001110 | 0 | 1100000 | 0 | 10011 | 100101100 | 1011100 | 101010 |
Color Harmonies of #CD09CE
Complementary color
Monochromatic Colors of #CD09CE
Black with #CD09CE
Text Example
Text Example
White with #CD09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD09CE; }
p { color: rgb(205,9,206); }
H1.HeaderClassName
{
color: #CD09CE;
}
.AnyTagClassName
{
color: #CD09CE;
}
</style>
background-color css
<style>
a { background-color: #CD09CE; }
a { background-color: rgb(205,9,206); }
div.DivClassName
{
background-color: #CD09CE;
}
.BgClassName
{
background-color: #CD09CE;
}
</style>
border-color css
<style>
span { border-color: #CD09CE; }
span { border-color: rgb(205,9,206); }
td.TdClassName
{
border-color: #CD09CE;
}
.TagClassName
{
border-color: #CD09CE;
}
</style>