Shades of Deep Magenta #CB09B6
Tints of Deep Magenta #CB09B6
RGB
CMYK
RGB Variations
Color information
#CB09B6 (or 0xCB09B6) is known color: Deep Magenta. HEX triplet: CB, 09 and B6. RGB value is (203,9,182). Sum of RGB (Red+Green+Blue) = 203+9+182=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09B6 is #34F649. Grayscale: #565656. Windows color (decimal): -3470922 or 11930059. OLE color: 11930059.
HSL color Cylindrical-coordinate representation of color #CB09B6: hue angle of 306.49º 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 #CB09B6 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 182 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.20 |
| HSL | 306.49º | 0.92% | 0.42% | - |
| HSV(B) | 306.49º | 0.96% | 0.8% | - |
| XYZ | 33.17 | 16.27 | 45.65 | - |
| YUV | 86.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 182 | 0 | 0.96 | 0.10 | 0.20 | 306.49 | 0.92 | 0.42 |
| Hex | CB | 9 | B6 | 0 | 60 | A | 14 | 132 | 5C | 2A |
| Octal | 313 | 11 | 266 | 0 | 140 | 12 | 24 | 462 | 134 | 52 |
| Binary | 11001011 | 1001 | 10110110 | 0 | 1100000 | 1010 | 10100 | 100110010 | 1011100 | 101010 |
Color Harmonies of #CB09B6
Complementary color
Monochromatic Colors of #CB09B6
Black with #CB09B6
Text Example
Text Example
White with #CB09B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09B6; }
p { color: rgb(203,9,182); }
H1.HeaderClassName
{
color: #CB09B6;
}
.AnyTagClassName
{
color: #CB09B6;
}
</style>
background-color css
<style>
a { background-color: #CB09B6; }
a { background-color: rgb(203,9,182); }
div.DivClassName
{
background-color: #CB09B6;
}
.BgClassName
{
background-color: #CB09B6;
}
</style>
border-color css
<style>
span { border-color: #CB09B6; }
span { border-color: rgb(203,9,182); }
td.TdClassName
{
border-color: #CB09B6;
}
.TagClassName
{
border-color: #CB09B6;
}
</style>