Shades of Deep Magenta #CB08D1
Tints of Deep Magenta #CB08D1
RGB
CMYK
RGB Variations
Color information
#CB08D1 (or 0xCB08D1) is known color: Deep Magenta. HEX triplet: CB, 08 and D1. RGB value is (203,8,209). Sum of RGB (Red+Green+Blue) = 203+8+209=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB08D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08D1 is #34F72E. Grayscale: #585858. Windows color (decimal): -3471151 or 13699275. OLE color: 13699275.
HSL color Cylindrical-coordinate representation of color #CB08D1: hue angle of 298.21º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08D1 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 8 | 209 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.18 |
| HSL | 298.21º | 0.93% | 0.43% | - |
| HSV(B) | 298.21º | 0.96% | 0.82% | - |
| XYZ | 36.22 | 17.47 | 61.79 | - |
| YUV | 89.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 209 | 0.03 | 0.96 | 0 | 0.18 | 298.21 | 0.93 | 0.43 |
| Hex | CB | 8 | D1 | 3 | 60 | 0 | 12 | 12A | 5D | 2B |
| Octal | 313 | 10 | 321 | 3 | 140 | 0 | 22 | 452 | 135 | 53 |
| Binary | 11001011 | 1000 | 11010001 | 11 | 1100000 | 0 | 10010 | 100101010 | 1011101 | 101011 |
Color Harmonies of #CB08D1
Complementary color
Monochromatic Colors of #CB08D1
Black with #CB08D1
Text Example
Text Example
White with #CB08D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08D1; }
p { color: rgb(203,8,209); }
H1.HeaderClassName
{
color: #CB08D1;
}
.AnyTagClassName
{
color: #CB08D1;
}
</style>
background-color css
<style>
a { background-color: #CB08D1; }
a { background-color: rgb(203,8,209); }
div.DivClassName
{
background-color: #CB08D1;
}
.BgClassName
{
background-color: #CB08D1;
}
</style>
border-color css
<style>
span { border-color: #CB08D1; }
span { border-color: rgb(203,8,209); }
td.TdClassName
{
border-color: #CB08D1;
}
.TagClassName
{
border-color: #CB08D1;
}
</style>