Shades of Deep Magenta #CB01D5
Tints of Deep Magenta #CB01D5
RGB
CMYK
RGB Variations
Color information
#CB01D5 (or 0xCB01D5) is known color: Deep Magenta. HEX triplet: CB, 01 and D5. RGB value is (203,1,213). Sum of RGB (Red+Green+Blue) = 203+1+213=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB01D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01D5 is #34FE2A. Grayscale: #545454. Windows color (decimal): -3472939 or 13959627. OLE color: 13959627.
HSL color Cylindrical-coordinate representation of color #CB01D5: hue angle of 297.17º 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 #CB01D5 is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 1 | 213 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.16 |
| HSL | 297.17º | 0.99% | 0.42% | - |
| HSV(B) | 297.17º | 1% | 0.84% | - |
| XYZ | 36.65 | 17.52 | 64.4 | - |
| YUV | 85.57 | 199.92 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 213 | 0.05 | 1.00 | 0 | 0.16 | 297.17 | 0.99 | 0.42 |
| Hex | CB | 1 | D5 | 5 | 64 | 0 | 10 | 129 | 63 | 2A |
| Octal | 313 | 1 | 325 | 5 | 144 | 0 | 20 | 451 | 143 | 52 |
| Binary | 11001011 | 1 | 11010101 | 101 | 1100100 | 0 | 10000 | 100101001 | 1100011 | 101010 |
Color Harmonies of #CB01D5
Complementary color
Monochromatic Colors of #CB01D5
Black with #CB01D5
Text Example
Text Example
White with #CB01D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01D5; }
p { color: rgb(203,1,213); }
H1.HeaderClassName
{
color: #CB01D5;
}
.AnyTagClassName
{
color: #CB01D5;
}
</style>
background-color css
<style>
a { background-color: #CB01D5; }
a { background-color: rgb(203,1,213); }
div.DivClassName
{
background-color: #CB01D5;
}
.BgClassName
{
background-color: #CB01D5;
}
</style>
border-color css
<style>
span { border-color: #CB01D5; }
span { border-color: rgb(203,1,213); }
td.TdClassName
{
border-color: #CB01D5;
}
.TagClassName
{
border-color: #CB01D5;
}
</style>