Shades of Deep Magenta #CB13D6
Tints of Deep Magenta #CB13D6
RGB
CMYK
RGB Variations
Color information
#CB13D6 (or 0xCB13D6) is known color: Deep Magenta. HEX triplet: CB, 13 and D6. RGB value is (203,19,214). Sum of RGB (Red+Green+Blue) = 203+19+214=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB13D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13D6 is #34EC29. Grayscale: #5F5F5F. Windows color (decimal): -3468330 or 14029771. OLE color: 14029771.
HSL color Cylindrical-coordinate representation of color #CB13D6: hue angle of 296.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13D6 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 19 | 214 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.16 |
| HSL | 296.62º | 0.84% | 0.46% | - |
| HSV(B) | 296.62º | 0.91% | 0.84% | - |
| XYZ | 37 | 18.02 | 65.15 | - |
| YUV | 96.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 214 | 0.05 | 0.91 | 0 | 0.16 | 296.62 | 0.84 | 0.46 |
| Hex | CB | 13 | D6 | 5 | 5B | 0 | 10 | 129 | 54 | 2E |
| Octal | 313 | 23 | 326 | 5 | 133 | 0 | 20 | 451 | 124 | 56 |
| Binary | 11001011 | 10011 | 11010110 | 101 | 1011011 | 0 | 10000 | 100101001 | 1010100 | 101110 |
Color Harmonies of #CB13D6
Complementary color
Monochromatic Colors of #CB13D6
Black with #CB13D6
Text Example
Text Example
White with #CB13D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13D6; }
p { color: rgb(203,19,214); }
H1.HeaderClassName
{
color: #CB13D6;
}
.AnyTagClassName
{
color: #CB13D6;
}
</style>
background-color css
<style>
a { background-color: #CB13D6; }
a { background-color: rgb(203,19,214); }
div.DivClassName
{
background-color: #CB13D6;
}
.BgClassName
{
background-color: #CB13D6;
}
</style>
border-color css
<style>
span { border-color: #CB13D6; }
span { border-color: rgb(203,19,214); }
td.TdClassName
{
border-color: #CB13D6;
}
.TagClassName
{
border-color: #CB13D6;
}
</style>