Shades of Deep Magenta #C613BD
Tints of Deep Magenta #C613BD
RGB
CMYK
RGB Variations
Color information
#C613BD (or 0xC613BD) is known color: Deep Magenta. HEX triplet: C6, 13 and BD. RGB value is (198,19,189). Sum of RGB (Red+Green+Blue) = 198+19+189=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C613BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613BD is #39EC42. Grayscale: #5B5B5B. Windows color (decimal): -3796035 or 12391366. OLE color: 12391366.
HSL color Cylindrical-coordinate representation of color #C613BD: hue angle of 303.02º 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 #C613BD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.22 |
| HSL | 303.02º | 0.82% | 0.43% | - |
| HSV(B) | 303.02º | 0.9% | 0.78% | - |
| XYZ | 32.71 | 16.15 | 49.54 | - |
| YUV | 91.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 189 | 0 | 0.90 | 0.05 | 0.22 | 303.02 | 0.82 | 0.43 |
| Hex | C6 | 13 | BD | 0 | 5A | 5 | 16 | 12F | 52 | 2B |
| Octal | 306 | 23 | 275 | 0 | 132 | 5 | 26 | 457 | 122 | 53 |
| Binary | 11000110 | 10011 | 10111101 | 0 | 1011010 | 101 | 10110 | 100101111 | 1010010 | 101011 |
Color Harmonies of #C613BD
Complementary color
Monochromatic Colors of #C613BD
Black with #C613BD
Text Example
Text Example
White with #C613BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613BD; }
p { color: rgb(198,19,189); }
H1.HeaderClassName
{
color: #C613BD;
}
.AnyTagClassName
{
color: #C613BD;
}
</style>
background-color css
<style>
a { background-color: #C613BD; }
a { background-color: rgb(198,19,189); }
div.DivClassName
{
background-color: #C613BD;
}
.BgClassName
{
background-color: #C613BD;
}
</style>
border-color css
<style>
span { border-color: #C613BD; }
span { border-color: rgb(198,19,189); }
td.TdClassName
{
border-color: #C613BD;
}
.TagClassName
{
border-color: #C613BD;
}
</style>