Shades of Deep Magenta #CB10D0
Tints of Deep Magenta #CB10D0
RGB
CMYK
RGB Variations
Color information
#CB10D0 (or 0xCB10D0) is known color: Deep Magenta. HEX triplet: CB, 10 and D0. RGB value is (203,16,208). Sum of RGB (Red+Green+Blue) = 203+16+208=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB10D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10D0 is #34EF2F. Grayscale: #5D5D5D. Windows color (decimal): -3469104 or 13635787. OLE color: 13635787.
HSL color Cylindrical-coordinate representation of color #CB10D0: hue angle of 298.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10D0 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 16 | 208 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.18 |
| HSL | 298.44º | 0.86% | 0.44% | - |
| HSV(B) | 298.44º | 0.92% | 0.82% | - |
| XYZ | 36.2 | 17.62 | 61.17 | - |
| YUV | 93.8 | 192.45 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 208 | 0.02 | 0.92 | 0 | 0.18 | 298.44 | 0.86 | 0.44 |
| Hex | CB | 10 | D0 | 2 | 5C | 0 | 12 | 12A | 56 | 2C |
| Octal | 313 | 20 | 320 | 2 | 134 | 0 | 22 | 452 | 126 | 54 |
| Binary | 11001011 | 10000 | 11010000 | 10 | 1011100 | 0 | 10010 | 100101010 | 1010110 | 101100 |
Color Harmonies of #CB10D0
Complementary color
Monochromatic Colors of #CB10D0
Black with #CB10D0
Text Example
Text Example
White with #CB10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10D0; }
p { color: rgb(203,16,208); }
H1.HeaderClassName
{
color: #CB10D0;
}
.AnyTagClassName
{
color: #CB10D0;
}
</style>
background-color css
<style>
a { background-color: #CB10D0; }
a { background-color: rgb(203,16,208); }
div.DivClassName
{
background-color: #CB10D0;
}
.BgClassName
{
background-color: #CB10D0;
}
</style>
border-color css
<style>
span { border-color: #CB10D0; }
span { border-color: rgb(203,16,208); }
td.TdClassName
{
border-color: #CB10D0;
}
.TagClassName
{
border-color: #CB10D0;
}
</style>