Shades of Deep Magenta #CB01DD
Tints of Deep Magenta #CB01DD
RGB
CMYK
RGB Variations
Color information
#CB01DD (or 0xCB01DD) is known color: Deep Magenta. HEX triplet: CB, 01 and DD. RGB value is (203,1,221). Sum of RGB (Red+Green+Blue) = 203+1+221=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01DD is #34FE22. Grayscale: #555555. Windows color (decimal): -3472931 or 14483915. OLE color: 14483915.
HSL color Cylindrical-coordinate representation of color #CB01DD: hue angle of 295.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01DD is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 1 | 221 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.13 |
| HSL | 295.09º | 0.99% | 0.44% | - |
| HSV(B) | 295.09º | 1% | 0.87% | - |
| XYZ | 37.69 | 17.94 | 69.88 | - |
| YUV | 86.48 | 203.92 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 221 | 0.08 | 1.00 | 0 | 0.13 | 295.09 | 0.99 | 0.44 |
| Hex | CB | 1 | DD | 8 | 64 | 0 | D | 127 | 63 | 2C |
| Octal | 313 | 1 | 335 | 10 | 144 | 0 | 15 | 447 | 143 | 54 |
| Binary | 11001011 | 1 | 11011101 | 1000 | 1100100 | 0 | 1101 | 100100111 | 1100011 | 101100 |
Color Harmonies of #CB01DD
Complementary color
Monochromatic Colors of #CB01DD
Black with #CB01DD
Text Example
Text Example
White with #CB01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01DD; }
p { color: rgb(203,1,221); }
H1.HeaderClassName
{
color: #CB01DD;
}
.AnyTagClassName
{
color: #CB01DD;
}
</style>
background-color css
<style>
a { background-color: #CB01DD; }
a { background-color: rgb(203,1,221); }
div.DivClassName
{
background-color: #CB01DD;
}
.BgClassName
{
background-color: #CB01DD;
}
</style>
border-color css
<style>
span { border-color: #CB01DD; }
span { border-color: rgb(203,1,221); }
td.TdClassName
{
border-color: #CB01DD;
}
.TagClassName
{
border-color: #CB01DD;
}
</style>