Shades of Deep Magenta #C013B5
Tints of Deep Magenta #C013B5
RGB
CMYK
RGB Variations
Color information
#C013B5 (or 0xC013B5) is known color: Deep Magenta. HEX triplet: C0, 13 and B5. RGB value is (192,19,181). Sum of RGB (Red+Green+Blue) = 192+19+181=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C013B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013B5 is #3FEC4A. Grayscale: #585858. Windows color (decimal): -4189259 or 11867072. OLE color: 11867072.
HSL color Cylindrical-coordinate representation of color #C013B5: hue angle of 303.82º 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 #C013B5 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 181 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.25 |
| HSL | 303.82º | 0.82% | 0.41% | - |
| HSV(B) | 303.82º | 0.9% | 0.75% | - |
| XYZ | 30.31 | 15.01 | 45.02 | - |
| YUV | 89.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 181 | 0 | 0.90 | 0.06 | 0.25 | 303.82 | 0.82 | 0.41 |
| Hex | C0 | 13 | B5 | 0 | 5A | 6 | 19 | 130 | 52 | 29 |
| Octal | 300 | 23 | 265 | 0 | 132 | 6 | 31 | 460 | 122 | 51 |
| Binary | 11000000 | 10011 | 10110101 | 0 | 1011010 | 110 | 11001 | 100110000 | 1010010 | 101001 |
Color Harmonies of #C013B5
Complementary color
Monochromatic Colors of #C013B5
Black with #C013B5
Text Example
Text Example
White with #C013B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013B5; }
p { color: rgb(192,19,181); }
H1.HeaderClassName
{
color: #C013B5;
}
.AnyTagClassName
{
color: #C013B5;
}
</style>
background-color css
<style>
a { background-color: #C013B5; }
a { background-color: rgb(192,19,181); }
div.DivClassName
{
background-color: #C013B5;
}
.BgClassName
{
background-color: #C013B5;
}
</style>
border-color css
<style>
span { border-color: #C013B5; }
span { border-color: rgb(192,19,181); }
td.TdClassName
{
border-color: #C013B5;
}
.TagClassName
{
border-color: #C013B5;
}
</style>