Shades of Deep Magenta #CB0DD7
Tints of Deep Magenta #CB0DD7
RGB
CMYK
RGB Variations
Color information
#CB0DD7 (or 0xCB0DD7) is known color: Deep Magenta. HEX triplet: CB, 0D and D7. RGB value is (203,13,215). Sum of RGB (Red+Green+Blue) = 203+13+215=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB0DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0DD7 is #34F228. Grayscale: #5C5C5C. Windows color (decimal): -3469865 or 14093771. OLE color: 14093771.
HSL color Cylindrical-coordinate representation of color #CB0DD7: hue angle of 296.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0DD7 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 13 | 215 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.16 |
| HSL | 296.44º | 0.89% | 0.45% | - |
| HSV(B) | 296.44º | 0.94% | 0.84% | - |
| XYZ | 37.04 | 17.89 | 65.79 | - |
| YUV | 92.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 215 | 0.06 | 0.94 | 0 | 0.16 | 296.44 | 0.89 | 0.45 |
| Hex | CB | D | D7 | 6 | 5E | 0 | 10 | 128 | 59 | 2D |
| Octal | 313 | 15 | 327 | 6 | 136 | 0 | 20 | 450 | 131 | 55 |
| Binary | 11001011 | 1101 | 11010111 | 110 | 1011110 | 0 | 10000 | 100101000 | 1011001 | 101101 |
Color Harmonies of #CB0DD7
Complementary color
Monochromatic Colors of #CB0DD7
Black with #CB0DD7
Text Example
Text Example
White with #CB0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DD7; }
p { color: rgb(203,13,215); }
H1.HeaderClassName
{
color: #CB0DD7;
}
.AnyTagClassName
{
color: #CB0DD7;
}
</style>
background-color css
<style>
a { background-color: #CB0DD7; }
a { background-color: rgb(203,13,215); }
div.DivClassName
{
background-color: #CB0DD7;
}
.BgClassName
{
background-color: #CB0DD7;
}
</style>
border-color css
<style>
span { border-color: #CB0DD7; }
span { border-color: rgb(203,13,215); }
td.TdClassName
{
border-color: #CB0DD7;
}
.TagClassName
{
border-color: #CB0DD7;
}
</style>