Shades of Deep Magenta #CB10C0
Tints of Deep Magenta #CB10C0
RGB
CMYK
RGB Variations
Color information
#CB10C0 (or 0xCB10C0) is known color: Deep Magenta. HEX triplet: CB, 10 and C0. RGB value is (203,16,192). Sum of RGB (Red+Green+Blue) = 203+16+192=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10C0 is #34EF3F. Grayscale: #5B5B5B. Windows color (decimal): -3469120 or 12587211. OLE color: 12587211.
HSL color Cylindrical-coordinate representation of color #CB10C0: hue angle of 303.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10C0 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 192 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.20 |
| HSL | 303.53º | 0.85% | 0.43% | - |
| HSV(B) | 303.53º | 0.92% | 0.8% | - |
| XYZ | 34.33 | 16.87 | 51.32 | - |
| YUV | 91.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 192 | 0 | 0.92 | 0.05 | 0.20 | 303.53 | 0.85 | 0.43 |
| Hex | CB | 10 | C0 | 0 | 5C | 5 | 14 | 130 | 55 | 2B |
| Octal | 313 | 20 | 300 | 0 | 134 | 5 | 24 | 460 | 125 | 53 |
| Binary | 11001011 | 10000 | 11000000 | 0 | 1011100 | 101 | 10100 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CB10C0
Complementary color
Monochromatic Colors of #CB10C0
Black with #CB10C0
Text Example
Text Example
White with #CB10C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10C0; }
p { color: rgb(203,16,192); }
H1.HeaderClassName
{
color: #CB10C0;
}
.AnyTagClassName
{
color: #CB10C0;
}
</style>
background-color css
<style>
a { background-color: #CB10C0; }
a { background-color: rgb(203,16,192); }
div.DivClassName
{
background-color: #CB10C0;
}
.BgClassName
{
background-color: #CB10C0;
}
</style>
border-color css
<style>
span { border-color: #CB10C0; }
span { border-color: rgb(203,16,192); }
td.TdClassName
{
border-color: #CB10C0;
}
.TagClassName
{
border-color: #CB10C0;
}
</style>