Shades of Deep Magenta #CB0FDD
Tints of Deep Magenta #CB0FDD
RGB
CMYK
RGB Variations
Color information
#CB0FDD (or 0xCB0FDD) is known color: Deep Magenta. HEX triplet: CB, 0F and DD. RGB value is (203,15,221). Sum of RGB (Red+Green+Blue) = 203+15+221=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FDD is #34F022. Grayscale: #5E5E5E. Windows color (decimal): -3469347 or 14487499. OLE color: 14487499.
HSL color Cylindrical-coordinate representation of color #CB0FDD: hue angle of 294.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FDD is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 15 | 221 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.13 |
| HSL | 294.76º | 0.87% | 0.46% | - |
| HSV(B) | 294.76º | 0.93% | 0.87% | - |
| XYZ | 37.85 | 18.26 | 69.94 | - |
| YUV | 94.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 221 | 0.08 | 0.93 | 0 | 0.13 | 294.76 | 0.87 | 0.46 |
| Hex | CB | F | DD | 8 | 5D | 0 | D | 127 | 57 | 2E |
| Octal | 313 | 17 | 335 | 10 | 135 | 0 | 15 | 447 | 127 | 56 |
| Binary | 11001011 | 1111 | 11011101 | 1000 | 1011101 | 0 | 1101 | 100100111 | 1010111 | 101110 |
Color Harmonies of #CB0FDD
Complementary color
Monochromatic Colors of #CB0FDD
Black with #CB0FDD
Text Example
Text Example
White with #CB0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FDD; }
p { color: rgb(203,15,221); }
H1.HeaderClassName
{
color: #CB0FDD;
}
.AnyTagClassName
{
color: #CB0FDD;
}
</style>
background-color css
<style>
a { background-color: #CB0FDD; }
a { background-color: rgb(203,15,221); }
div.DivClassName
{
background-color: #CB0FDD;
}
.BgClassName
{
background-color: #CB0FDD;
}
</style>
border-color css
<style>
span { border-color: #CB0FDD; }
span { border-color: rgb(203,15,221); }
td.TdClassName
{
border-color: #CB0FDD;
}
.TagClassName
{
border-color: #CB0FDD;
}
</style>