Shades of Deep Magenta #CB08CF
Tints of Deep Magenta #CB08CF
RGB
CMYK
RGB Variations
Color information
#CB08CF (or 0xCB08CF) is known color: Deep Magenta. HEX triplet: CB, 08 and CF. RGB value is (203,8,207). Sum of RGB (Red+Green+Blue) = 203+8+207=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08CF is #34F730. Grayscale: #585858. Windows color (decimal): -3471153 or 13568203. OLE color: 13568203.
HSL color Cylindrical-coordinate representation of color #CB08CF: hue angle of 298.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08CF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 8 | 207 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.19 |
| HSL | 298.79º | 0.93% | 0.42% | - |
| HSV(B) | 298.79º | 0.96% | 0.81% | - |
| XYZ | 35.98 | 17.38 | 60.49 | - |
| YUV | 88.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 207 | 0.02 | 0.96 | 0 | 0.19 | 298.79 | 0.93 | 0.42 |
| Hex | CB | 8 | CF | 2 | 60 | 0 | 13 | 12B | 5D | 2A |
| Octal | 313 | 10 | 317 | 2 | 140 | 0 | 23 | 453 | 135 | 52 |
| Binary | 11001011 | 1000 | 11001111 | 10 | 1100000 | 0 | 10011 | 100101011 | 1011101 | 101010 |
Color Harmonies of #CB08CF
Complementary color
Monochromatic Colors of #CB08CF
Black with #CB08CF
Text Example
Text Example
White with #CB08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08CF; }
p { color: rgb(203,8,207); }
H1.HeaderClassName
{
color: #CB08CF;
}
.AnyTagClassName
{
color: #CB08CF;
}
</style>
background-color css
<style>
a { background-color: #CB08CF; }
a { background-color: rgb(203,8,207); }
div.DivClassName
{
background-color: #CB08CF;
}
.BgClassName
{
background-color: #CB08CF;
}
</style>
border-color css
<style>
span { border-color: #CB08CF; }
span { border-color: rgb(203,8,207); }
td.TdClassName
{
border-color: #CB08CF;
}
.TagClassName
{
border-color: #CB08CF;
}
</style>