Shades of Deep Magenta #C613BF
Tints of Deep Magenta #C613BF
RGB
CMYK
RGB Variations
Color information
#C613BF (or 0xC613BF) is known color: Deep Magenta. HEX triplet: C6, 13 and BF. RGB value is (198,19,191). Sum of RGB (Red+Green+Blue) = 198+19+191=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C613BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613BF is #39EC40. Grayscale: #5B5B5B. Windows color (decimal): -3796033 or 12522438. OLE color: 12522438.
HSL color Cylindrical-coordinate representation of color #C613BF: hue angle of 302.35º 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 #C613BF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 191 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.22 |
| HSL | 302.35º | 0.82% | 0.43% | - |
| HSV(B) | 302.35º | 0.9% | 0.78% | - |
| XYZ | 32.93 | 16.23 | 50.69 | - |
| YUV | 92.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 191 | 0 | 0.90 | 0.04 | 0.22 | 302.35 | 0.82 | 0.43 |
| Hex | C6 | 13 | BF | 0 | 5A | 4 | 16 | 12E | 52 | 2B |
| Octal | 306 | 23 | 277 | 0 | 132 | 4 | 26 | 456 | 122 | 53 |
| Binary | 11000110 | 10011 | 10111111 | 0 | 1011010 | 100 | 10110 | 100101110 | 1010010 | 101011 |
Color Harmonies of #C613BF
Complementary color
Monochromatic Colors of #C613BF
Black with #C613BF
Text Example
Text Example
White with #C613BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613BF; }
p { color: rgb(198,19,191); }
H1.HeaderClassName
{
color: #C613BF;
}
.AnyTagClassName
{
color: #C613BF;
}
</style>
background-color css
<style>
a { background-color: #C613BF; }
a { background-color: rgb(198,19,191); }
div.DivClassName
{
background-color: #C613BF;
}
.BgClassName
{
background-color: #C613BF;
}
</style>
border-color css
<style>
span { border-color: #C613BF; }
span { border-color: rgb(198,19,191); }
td.TdClassName
{
border-color: #C613BF;
}
.TagClassName
{
border-color: #C613BF;
}
</style>