Shades of Deep Magenta #C013B2
Tints of Deep Magenta #C013B2
RGB
CMYK
RGB Variations
Color information
#C013B2 (or 0xC013B2) is known color: Deep Magenta. HEX triplet: C0, 13 and B2. RGB value is (192,19,178). Sum of RGB (Red+Green+Blue) = 192+19+178=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C013B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013B2 is #3FEC4D. Grayscale: #585858. Windows color (decimal): -4189262 or 11670464. OLE color: 11670464.
HSL color Cylindrical-coordinate representation of color #C013B2: hue angle of 304.86º 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 #C013B2 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.25 |
| HSL | 304.86º | 0.82% | 0.41% | - |
| HSV(B) | 304.86º | 0.9% | 0.75% | - |
| XYZ | 30.01 | 14.89 | 43.41 | - |
| YUV | 88.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 178 | 0 | 0.90 | 0.07 | 0.25 | 304.86 | 0.82 | 0.41 |
| Hex | C0 | 13 | B2 | 0 | 5A | 7 | 19 | 131 | 52 | 29 |
| Octal | 300 | 23 | 262 | 0 | 132 | 7 | 31 | 461 | 122 | 51 |
| Binary | 11000000 | 10011 | 10110010 | 0 | 1011010 | 111 | 11001 | 100110001 | 1010010 | 101001 |
Color Harmonies of #C013B2
Complementary color
Monochromatic Colors of #C013B2
Black with #C013B2
Text Example
Text Example
White with #C013B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013B2; }
p { color: rgb(192,19,178); }
H1.HeaderClassName
{
color: #C013B2;
}
.AnyTagClassName
{
color: #C013B2;
}
</style>
background-color css
<style>
a { background-color: #C013B2; }
a { background-color: rgb(192,19,178); }
div.DivClassName
{
background-color: #C013B2;
}
.BgClassName
{
background-color: #C013B2;
}
</style>
border-color css
<style>
span { border-color: #C013B2; }
span { border-color: rgb(192,19,178); }
td.TdClassName
{
border-color: #C013B2;
}
.TagClassName
{
border-color: #C013B2;
}
</style>