Shades of Deep Magenta #CB08C8
Tints of Deep Magenta #CB08C8
RGB
CMYK
RGB Variations
Color information
#CB08C8 (or 0xCB08C8) is known color: Deep Magenta. HEX triplet: CB, 08 and C8. RGB value is (203,8,200). Sum of RGB (Red+Green+Blue) = 203+8+200=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08C8 is #34F737. Grayscale: #575757. Windows color (decimal): -3471160 or 13109451. OLE color: 13109451.
HSL color Cylindrical-coordinate representation of color #CB08C8: hue angle of 300.92º 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 #CB08C8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.20 |
| HSL | 300.92º | 0.92% | 0.41% | - |
| HSV(B) | 300.92º | 0.96% | 0.8% | - |
| XYZ | 35.14 | 17.04 | 56.08 | - |
| YUV | 88.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 200 | 0 | 0.96 | 0.01 | 0.20 | 300.92 | 0.92 | 0.41 |
| Hex | CB | 8 | C8 | 0 | 60 | 1 | 14 | 12D | 5C | 29 |
| Octal | 313 | 10 | 310 | 0 | 140 | 1 | 24 | 455 | 134 | 51 |
| Binary | 11001011 | 1000 | 11001000 | 0 | 1100000 | 1 | 10100 | 100101101 | 1011100 | 101001 |
Color Harmonies of #CB08C8
Complementary color
Monochromatic Colors of #CB08C8
Black with #CB08C8
Text Example
Text Example
White with #CB08C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08C8; }
p { color: rgb(203,8,200); }
H1.HeaderClassName
{
color: #CB08C8;
}
.AnyTagClassName
{
color: #CB08C8;
}
</style>
background-color css
<style>
a { background-color: #CB08C8; }
a { background-color: rgb(203,8,200); }
div.DivClassName
{
background-color: #CB08C8;
}
.BgClassName
{
background-color: #CB08C8;
}
</style>
border-color css
<style>
span { border-color: #CB08C8; }
span { border-color: rgb(203,8,200); }
td.TdClassName
{
border-color: #CB08C8;
}
.TagClassName
{
border-color: #CB08C8;
}
</style>