Shades of Deep Magenta #CB01D6
Tints of Deep Magenta #CB01D6
RGB
CMYK
RGB Variations
Color information
#CB01D6 (or 0xCB01D6) is known color: Deep Magenta. HEX triplet: CB, 01 and D6. RGB value is (203,1,214). Sum of RGB (Red+Green+Blue) = 203+1+214=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB01D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01D6 is #34FE29. Grayscale: #555555. Windows color (decimal): -3472938 or 14025163. OLE color: 14025163.
HSL color Cylindrical-coordinate representation of color #CB01D6: hue angle of 296.9º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01D6 is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 1 | 214 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.16 |
| HSL | 296.9º | 0.99% | 0.42% | - |
| HSV(B) | 296.9º | 1% | 0.84% | - |
| XYZ | 36.78 | 17.57 | 65.07 | - |
| YUV | 85.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 214 | 0.05 | 1.00 | 0 | 0.16 | 296.9 | 0.99 | 0.42 |
| Hex | CB | 1 | D6 | 5 | 64 | 0 | 10 | 129 | 63 | 2A |
| Octal | 313 | 1 | 326 | 5 | 144 | 0 | 20 | 451 | 143 | 52 |
| Binary | 11001011 | 1 | 11010110 | 101 | 1100100 | 0 | 10000 | 100101001 | 1100011 | 101010 |
Color Harmonies of #CB01D6
Complementary color
Monochromatic Colors of #CB01D6
Black with #CB01D6
Text Example
Text Example
White with #CB01D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01D6; }
p { color: rgb(203,1,214); }
H1.HeaderClassName
{
color: #CB01D6;
}
.AnyTagClassName
{
color: #CB01D6;
}
</style>
background-color css
<style>
a { background-color: #CB01D6; }
a { background-color: rgb(203,1,214); }
div.DivClassName
{
background-color: #CB01D6;
}
.BgClassName
{
background-color: #CB01D6;
}
</style>
border-color css
<style>
span { border-color: #CB01D6; }
span { border-color: rgb(203,1,214); }
td.TdClassName
{
border-color: #CB01D6;
}
.TagClassName
{
border-color: #CB01D6;
}
</style>