Shades of Deep Magenta #C613B8
Tints of Deep Magenta #C613B8
RGB
CMYK
RGB Variations
Color information
#C613B8 (or 0xC613B8) is known color: Deep Magenta. HEX triplet: C6, 13 and B8. RGB value is (198,19,184). Sum of RGB (Red+Green+Blue) = 198+19+184=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C613B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613B8 is #39EC47. Grayscale: #5A5A5A. Windows color (decimal): -3796040 or 12063686. OLE color: 12063686.
HSL color Cylindrical-coordinate representation of color #C613B8: hue angle of 304.69º 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 #C613B8 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 184 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.22 |
| HSL | 304.69º | 0.82% | 0.43% | - |
| HSV(B) | 304.69º | 0.9% | 0.78% | - |
| XYZ | 32.17 | 15.93 | 46.73 | - |
| YUV | 91.33 | 180.3 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 184 | 0 | 0.90 | 0.07 | 0.22 | 304.69 | 0.82 | 0.43 |
| Hex | C6 | 13 | B8 | 0 | 5A | 7 | 16 | 131 | 52 | 2B |
| Octal | 306 | 23 | 270 | 0 | 132 | 7 | 26 | 461 | 122 | 53 |
| Binary | 11000110 | 10011 | 10111000 | 0 | 1011010 | 111 | 10110 | 100110001 | 1010010 | 101011 |
Color Harmonies of #C613B8
Complementary color
Monochromatic Colors of #C613B8
Black with #C613B8
Text Example
Text Example
White with #C613B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613B8; }
p { color: rgb(198,19,184); }
H1.HeaderClassName
{
color: #C613B8;
}
.AnyTagClassName
{
color: #C613B8;
}
</style>
background-color css
<style>
a { background-color: #C613B8; }
a { background-color: rgb(198,19,184); }
div.DivClassName
{
background-color: #C613B8;
}
.BgClassName
{
background-color: #C613B8;
}
</style>
border-color css
<style>
span { border-color: #C613B8; }
span { border-color: rgb(198,19,184); }
td.TdClassName
{
border-color: #C613B8;
}
.TagClassName
{
border-color: #C613B8;
}
</style>