Shades of Deep Magenta #C613B9
Tints of Deep Magenta #C613B9
RGB
CMYK
RGB Variations
Color information
#C613B9 (or 0xC613B9) is known color: Deep Magenta. HEX triplet: C6, 13 and B9. RGB value is (198,19,185). Sum of RGB (Red+Green+Blue) = 198+19+185=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C613B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613B9 is #39EC46. Grayscale: #5A5A5A. Windows color (decimal): -3796039 or 12129222. OLE color: 12129222.
HSL color Cylindrical-coordinate representation of color #C613B9: hue angle of 304.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C613B9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 185 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.22 |
| HSL | 304.36º | 0.82% | 0.43% | - |
| HSV(B) | 304.36º | 0.9% | 0.78% | - |
| XYZ | 32.28 | 15.97 | 47.28 | - |
| YUV | 91.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 185 | 0 | 0.90 | 0.07 | 0.22 | 304.36 | 0.82 | 0.43 |
| Hex | C6 | 13 | B9 | 0 | 5A | 7 | 16 | 130 | 52 | 2B |
| Octal | 306 | 23 | 271 | 0 | 132 | 7 | 26 | 460 | 122 | 53 |
| Binary | 11000110 | 10011 | 10111001 | 0 | 1011010 | 111 | 10110 | 100110000 | 1010010 | 101011 |
Color Harmonies of #C613B9
Complementary color
Monochromatic Colors of #C613B9
Black with #C613B9
Text Example
Text Example
White with #C613B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613B9; }
p { color: rgb(198,19,185); }
H1.HeaderClassName
{
color: #C613B9;
}
.AnyTagClassName
{
color: #C613B9;
}
</style>
background-color css
<style>
a { background-color: #C613B9; }
a { background-color: rgb(198,19,185); }
div.DivClassName
{
background-color: #C613B9;
}
.BgClassName
{
background-color: #C613B9;
}
</style>
border-color css
<style>
span { border-color: #C613B9; }
span { border-color: rgb(198,19,185); }
td.TdClassName
{
border-color: #C613B9;
}
.TagClassName
{
border-color: #C613B9;
}
</style>