Shades of Deep Magenta #CB09C8
Tints of Deep Magenta #CB09C8
RGB
CMYK
RGB Variations
Color information
#CB09C8 (or 0xCB09C8) is known color: Deep Magenta. HEX triplet: CB, 09 and C8. RGB value is (203,9,200). Sum of RGB (Red+Green+Blue) = 203+9+200=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09C8 is #34F637. Grayscale: #585858. Windows color (decimal): -3470904 or 13109707. OLE color: 13109707.
HSL color Cylindrical-coordinate representation of color #CB09C8: hue angle of 300.93º 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 #CB09C8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.20 |
| HSL | 300.93º | 0.92% | 0.42% | - |
| HSV(B) | 300.93º | 0.96% | 0.8% | - |
| XYZ | 35.15 | 17.06 | 56.08 | - |
| YUV | 88.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 200 | 0 | 0.96 | 0.01 | 0.20 | 300.93 | 0.92 | 0.42 |
| Hex | CB | 9 | C8 | 0 | 60 | 1 | 14 | 12D | 5C | 2A |
| Octal | 313 | 11 | 310 | 0 | 140 | 1 | 24 | 455 | 134 | 52 |
| Binary | 11001011 | 1001 | 11001000 | 0 | 1100000 | 1 | 10100 | 100101101 | 1011100 | 101010 |
Color Harmonies of #CB09C8
Complementary color
Monochromatic Colors of #CB09C8
Black with #CB09C8
Text Example
Text Example
White with #CB09C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09C8; }
p { color: rgb(203,9,200); }
H1.HeaderClassName
{
color: #CB09C8;
}
.AnyTagClassName
{
color: #CB09C8;
}
</style>
background-color css
<style>
a { background-color: #CB09C8; }
a { background-color: rgb(203,9,200); }
div.DivClassName
{
background-color: #CB09C8;
}
.BgClassName
{
background-color: #CB09C8;
}
</style>
border-color css
<style>
span { border-color: #CB09C8; }
span { border-color: rgb(203,9,200); }
td.TdClassName
{
border-color: #CB09C8;
}
.TagClassName
{
border-color: #CB09C8;
}
</style>