Shades of Deep Magenta #CB08BC
Tints of Deep Magenta #CB08BC
RGB
CMYK
RGB Variations
Color information
#CB08BC (or 0xCB08BC) is known color: Deep Magenta. HEX triplet: CB, 08 and BC. RGB value is (203,8,188). Sum of RGB (Red+Green+Blue) = 203+8+188=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08BC is #34F743. Grayscale: #565656. Windows color (decimal): -3471172 or 12323019. OLE color: 12323019.
HSL color Cylindrical-coordinate representation of color #CB08BC: hue angle of 304.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08BC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.20 |
| HSL | 304.62º | 0.92% | 0.41% | - |
| HSV(B) | 304.62º | 0.96% | 0.8% | - |
| XYZ | 33.79 | 16.5 | 48.98 | - |
| YUV | 86.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 188 | 0 | 0.96 | 0.07 | 0.20 | 304.62 | 0.92 | 0.41 |
| Hex | CB | 8 | BC | 0 | 60 | 7 | 14 | 131 | 5C | 29 |
| Octal | 313 | 10 | 274 | 0 | 140 | 7 | 24 | 461 | 134 | 51 |
| Binary | 11001011 | 1000 | 10111100 | 0 | 1100000 | 111 | 10100 | 100110001 | 1011100 | 101001 |
Color Harmonies of #CB08BC
Complementary color
Monochromatic Colors of #CB08BC
Black with #CB08BC
Text Example
Text Example
White with #CB08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08BC; }
p { color: rgb(203,8,188); }
H1.HeaderClassName
{
color: #CB08BC;
}
.AnyTagClassName
{
color: #CB08BC;
}
</style>
background-color css
<style>
a { background-color: #CB08BC; }
a { background-color: rgb(203,8,188); }
div.DivClassName
{
background-color: #CB08BC;
}
.BgClassName
{
background-color: #CB08BC;
}
</style>
border-color css
<style>
span { border-color: #CB08BC; }
span { border-color: rgb(203,8,188); }
td.TdClassName
{
border-color: #CB08BC;
}
.TagClassName
{
border-color: #CB08BC;
}
</style>