Shades of Deep Magenta #CB09B0
Tints of Deep Magenta #CB09B0
RGB
CMYK
RGB Variations
Color information
#CB09B0 (or 0xCB09B0) is known color: Deep Magenta. HEX triplet: CB, 09 and B0. RGB value is (203,9,176). Sum of RGB (Red+Green+Blue) = 203+9+176=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09B0 is #34F64F. Grayscale: #555555. Windows color (decimal): -3470928 or 11536843. OLE color: 11536843.
HSL color Cylindrical-coordinate representation of color #CB09B0: hue angle of 308.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09B0 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 176 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.20 |
| HSL | 308.35º | 0.92% | 0.42% | - |
| HSV(B) | 308.35º | 0.96% | 0.8% | - |
| XYZ | 32.56 | 16.03 | 42.45 | - |
| YUV | 86.04 | 178.77 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 176 | 0 | 0.96 | 0.13 | 0.20 | 308.35 | 0.92 | 0.42 |
| Hex | CB | 9 | B0 | 0 | 60 | D | 14 | 134 | 5C | 2A |
| Octal | 313 | 11 | 260 | 0 | 140 | 15 | 24 | 464 | 134 | 52 |
| Binary | 11001011 | 1001 | 10110000 | 0 | 1100000 | 1101 | 10100 | 100110100 | 1011100 | 101010 |
Color Harmonies of #CB09B0
Complementary color
Monochromatic Colors of #CB09B0
Black with #CB09B0
Text Example
Text Example
White with #CB09B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09B0; }
p { color: rgb(203,9,176); }
H1.HeaderClassName
{
color: #CB09B0;
}
.AnyTagClassName
{
color: #CB09B0;
}
</style>
background-color css
<style>
a { background-color: #CB09B0; }
a { background-color: rgb(203,9,176); }
div.DivClassName
{
background-color: #CB09B0;
}
.BgClassName
{
background-color: #CB09B0;
}
</style>
border-color css
<style>
span { border-color: #CB09B0; }
span { border-color: rgb(203,9,176); }
td.TdClassName
{
border-color: #CB09B0;
}
.TagClassName
{
border-color: #CB09B0;
}
</style>