Shades of Deep Magenta #C013B7
Tints of Deep Magenta #C013B7
RGB
CMYK
RGB Variations
Color information
#C013B7 (or 0xC013B7) is known color: Deep Magenta. HEX triplet: C0, 13 and B7. RGB value is (192,19,183). Sum of RGB (Red+Green+Blue) = 192+19+183=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C013B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013B7 is #3FEC48. Grayscale: #585858. Windows color (decimal): -4189257 or 11998144. OLE color: 11998144.
HSL color Cylindrical-coordinate representation of color #C013B7: hue angle of 303.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013B7 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 183 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.25 |
| HSL | 303.12º | 0.82% | 0.41% | - |
| HSV(B) | 303.12º | 0.9% | 0.75% | - |
| XYZ | 30.52 | 15.09 | 46.1 | - |
| YUV | 89.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 183 | 0 | 0.90 | 0.05 | 0.25 | 303.12 | 0.82 | 0.41 |
| Hex | C0 | 13 | B7 | 0 | 5A | 5 | 19 | 12F | 52 | 29 |
| Octal | 300 | 23 | 267 | 0 | 132 | 5 | 31 | 457 | 122 | 51 |
| Binary | 11000000 | 10011 | 10110111 | 0 | 1011010 | 101 | 11001 | 100101111 | 1010010 | 101001 |
Color Harmonies of #C013B7
Complementary color
Monochromatic Colors of #C013B7
Black with #C013B7
Text Example
Text Example
White with #C013B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013B7; }
p { color: rgb(192,19,183); }
H1.HeaderClassName
{
color: #C013B7;
}
.AnyTagClassName
{
color: #C013B7;
}
</style>
background-color css
<style>
a { background-color: #C013B7; }
a { background-color: rgb(192,19,183); }
div.DivClassName
{
background-color: #C013B7;
}
.BgClassName
{
background-color: #C013B7;
}
</style>
border-color css
<style>
span { border-color: #C013B7; }
span { border-color: rgb(192,19,183); }
td.TdClassName
{
border-color: #C013B7;
}
.TagClassName
{
border-color: #C013B7;
}
</style>