Shades of Deep Magenta #CB09B8
Tints of Deep Magenta #CB09B8
RGB
CMYK
RGB Variations
Color information
#CB09B8 (or 0xCB09B8) is known color: Deep Magenta. HEX triplet: CB, 09 and B8. RGB value is (203,9,184). Sum of RGB (Red+Green+Blue) = 203+9+184=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09B8 is #34F647. Grayscale: #565656. Windows color (decimal): -3470920 or 12061131. OLE color: 12061131.
HSL color Cylindrical-coordinate representation of color #CB09B8: hue angle of 305.88º 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 #CB09B8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.20 |
| HSL | 305.88º | 0.92% | 0.42% | - |
| HSV(B) | 305.88º | 0.96% | 0.8% | - |
| XYZ | 33.38 | 16.35 | 46.74 | - |
| YUV | 86.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 184 | 0 | 0.96 | 0.09 | 0.20 | 305.88 | 0.92 | 0.42 |
| Hex | CB | 9 | B8 | 0 | 60 | 9 | 14 | 132 | 5C | 2A |
| Octal | 313 | 11 | 270 | 0 | 140 | 11 | 24 | 462 | 134 | 52 |
| Binary | 11001011 | 1001 | 10111000 | 0 | 1100000 | 1001 | 10100 | 100110010 | 1011100 | 101010 |
Color Harmonies of #CB09B8
Complementary color
Monochromatic Colors of #CB09B8
Black with #CB09B8
Text Example
Text Example
White with #CB09B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09B8; }
p { color: rgb(203,9,184); }
H1.HeaderClassName
{
color: #CB09B8;
}
.AnyTagClassName
{
color: #CB09B8;
}
</style>
background-color css
<style>
a { background-color: #CB09B8; }
a { background-color: rgb(203,9,184); }
div.DivClassName
{
background-color: #CB09B8;
}
.BgClassName
{
background-color: #CB09B8;
}
</style>
border-color css
<style>
span { border-color: #CB09B8; }
span { border-color: rgb(203,9,184); }
td.TdClassName
{
border-color: #CB09B8;
}
.TagClassName
{
border-color: #CB09B8;
}
</style>