Shades of Deep Magenta #CB08D9
Tints of Deep Magenta #CB08D9
RGB
CMYK
RGB Variations
Color information
#CB08D9 (or 0xCB08D9) is known color: Deep Magenta. HEX triplet: CB, 08 and D9. RGB value is (203,8,217). Sum of RGB (Red+Green+Blue) = 203+8+217=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB08D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08D9 is #34F726. Grayscale: #595959. Windows color (decimal): -3471143 or 14223563. OLE color: 14223563.
HSL color Cylindrical-coordinate representation of color #CB08D9: hue angle of 295.98º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08D9 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 8 | 217 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.15 |
| HSL | 295.98º | 0.93% | 0.44% | - |
| HSV(B) | 295.98º | 0.96% | 0.85% | - |
| XYZ | 37.24 | 17.88 | 67.13 | - |
| YUV | 90.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 217 | 0.06 | 0.96 | 0 | 0.15 | 295.98 | 0.93 | 0.44 |
| Hex | CB | 8 | D9 | 6 | 60 | 0 | F | 128 | 5D | 2C |
| Octal | 313 | 10 | 331 | 6 | 140 | 0 | 17 | 450 | 135 | 54 |
| Binary | 11001011 | 1000 | 11011001 | 110 | 1100000 | 0 | 1111 | 100101000 | 1011101 | 101100 |
Color Harmonies of #CB08D9
Complementary color
Monochromatic Colors of #CB08D9
Black with #CB08D9
Text Example
Text Example
White with #CB08D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08D9; }
p { color: rgb(203,8,217); }
H1.HeaderClassName
{
color: #CB08D9;
}
.AnyTagClassName
{
color: #CB08D9;
}
</style>
background-color css
<style>
a { background-color: #CB08D9; }
a { background-color: rgb(203,8,217); }
div.DivClassName
{
background-color: #CB08D9;
}
.BgClassName
{
background-color: #CB08D9;
}
</style>
border-color css
<style>
span { border-color: #CB08D9; }
span { border-color: rgb(203,8,217); }
td.TdClassName
{
border-color: #CB08D9;
}
.TagClassName
{
border-color: #CB08D9;
}
</style>