Shades of Deep Magenta #CB01DA
Tints of Deep Magenta #CB01DA
RGB
CMYK
RGB Variations
Color information
#CB01DA (or 0xCB01DA) is known color: Deep Magenta. HEX triplet: CB, 01 and DA. RGB value is (203,1,218). Sum of RGB (Red+Green+Blue) = 203+1+218=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB01DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01DA is #34FE25. Grayscale: #555555. Windows color (decimal): -3472934 or 14287307. OLE color: 14287307.
HSL color Cylindrical-coordinate representation of color #CB01DA: hue angle of 295.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01DA is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 1 | 218 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.15 |
| HSL | 295.85º | 0.99% | 0.43% | - |
| HSV(B) | 295.85º | 1% | 0.85% | - |
| XYZ | 37.29 | 17.78 | 67.8 | - |
| YUV | 86.14 | 202.42 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 218 | 0.07 | 1.00 | 0 | 0.15 | 295.85 | 0.99 | 0.43 |
| Hex | CB | 1 | DA | 7 | 64 | 0 | F | 128 | 63 | 2B |
| Octal | 313 | 1 | 332 | 7 | 144 | 0 | 17 | 450 | 143 | 53 |
| Binary | 11001011 | 1 | 11011010 | 111 | 1100100 | 0 | 1111 | 100101000 | 1100011 | 101011 |
Color Harmonies of #CB01DA
Complementary color
Monochromatic Colors of #CB01DA
Black with #CB01DA
Text Example
Text Example
White with #CB01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01DA; }
p { color: rgb(203,1,218); }
H1.HeaderClassName
{
color: #CB01DA;
}
.AnyTagClassName
{
color: #CB01DA;
}
</style>
background-color css
<style>
a { background-color: #CB01DA; }
a { background-color: rgb(203,1,218); }
div.DivClassName
{
background-color: #CB01DA;
}
.BgClassName
{
background-color: #CB01DA;
}
</style>
border-color css
<style>
span { border-color: #CB01DA; }
span { border-color: rgb(203,1,218); }
td.TdClassName
{
border-color: #CB01DA;
}
.TagClassName
{
border-color: #CB01DA;
}
</style>