Shades of Deep Magenta #CB09CE
Tints of Deep Magenta #CB09CE
RGB
CMYK
RGB Variations
Color information
#CB09CE (or 0xCB09CE) is known color: Deep Magenta. HEX triplet: CB, 09 and CE. RGB value is (203,9,206). Sum of RGB (Red+Green+Blue) = 203+9+206=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09CE is #34F631. Grayscale: #585858. Windows color (decimal): -3470898 or 13502923. OLE color: 13502923.
HSL color Cylindrical-coordinate representation of color #CB09CE: hue angle of 299.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 #CB09CE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 9 | 206 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.19 |
| HSL | 299.09º | 0.92% | 0.42% | - |
| HSV(B) | 299.09º | 0.96% | 0.81% | - |
| XYZ | 35.87 | 17.35 | 59.85 | - |
| YUV | 89.46 | 193.77 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 206 | 0.01 | 0.96 | 0 | 0.19 | 299.09 | 0.92 | 0.42 |
| Hex | CB | 9 | CE | 1 | 60 | 0 | 13 | 12B | 5C | 2A |
| Octal | 313 | 11 | 316 | 1 | 140 | 0 | 23 | 453 | 134 | 52 |
| Binary | 11001011 | 1001 | 11001110 | 1 | 1100000 | 0 | 10011 | 100101011 | 1011100 | 101010 |
Color Harmonies of #CB09CE
Complementary color
Monochromatic Colors of #CB09CE
Black with #CB09CE
Text Example
Text Example
White with #CB09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09CE; }
p { color: rgb(203,9,206); }
H1.HeaderClassName
{
color: #CB09CE;
}
.AnyTagClassName
{
color: #CB09CE;
}
</style>
background-color css
<style>
a { background-color: #CB09CE; }
a { background-color: rgb(203,9,206); }
div.DivClassName
{
background-color: #CB09CE;
}
.BgClassName
{
background-color: #CB09CE;
}
</style>
border-color css
<style>
span { border-color: #CB09CE; }
span { border-color: rgb(203,9,206); }
td.TdClassName
{
border-color: #CB09CE;
}
.TagClassName
{
border-color: #CB09CE;
}
</style>