Shades of Deep Magenta #CB10C9
Tints of Deep Magenta #CB10C9
RGB
CMYK
RGB Variations
Color information
#CB10C9 (or 0xCB10C9) is known color: Deep Magenta. HEX triplet: CB, 10 and C9. RGB value is (203,16,201). Sum of RGB (Red+Green+Blue) = 203+16+201=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10C9 is #34EF36. Grayscale: #5C5C5C. Windows color (decimal): -3469111 or 13177035. OLE color: 13177035.
HSL color Cylindrical-coordinate representation of color #CB10C9: hue angle of 300.64º 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 #CB10C9 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 201 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.20 |
| HSL | 300.64º | 0.85% | 0.43% | - |
| HSV(B) | 300.64º | 0.92% | 0.8% | - |
| XYZ | 35.36 | 17.28 | 56.73 | - |
| YUV | 93 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 201 | 0 | 0.92 | 0.01 | 0.20 | 300.64 | 0.85 | 0.43 |
| Hex | CB | 10 | C9 | 0 | 5C | 1 | 14 | 12D | 55 | 2B |
| Octal | 313 | 20 | 311 | 0 | 134 | 1 | 24 | 455 | 125 | 53 |
| Binary | 11001011 | 10000 | 11001001 | 0 | 1011100 | 1 | 10100 | 100101101 | 1010101 | 101011 |
Color Harmonies of #CB10C9
Complementary color
Monochromatic Colors of #CB10C9
Black with #CB10C9
Text Example
Text Example
White with #CB10C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10C9; }
p { color: rgb(203,16,201); }
H1.HeaderClassName
{
color: #CB10C9;
}
.AnyTagClassName
{
color: #CB10C9;
}
</style>
background-color css
<style>
a { background-color: #CB10C9; }
a { background-color: rgb(203,16,201); }
div.DivClassName
{
background-color: #CB10C9;
}
.BgClassName
{
background-color: #CB10C9;
}
</style>
border-color css
<style>
span { border-color: #CB10C9; }
span { border-color: rgb(203,16,201); }
td.TdClassName
{
border-color: #CB10C9;
}
.TagClassName
{
border-color: #CB10C9;
}
</style>