Shades of Deep Magenta #C61FBA
Tints of Deep Magenta #C61FBA
RGB
CMYK
RGB Variations
Color information
#C61FBA (or 0xC61FBA) is known color: Deep Magenta. HEX triplet: C6, 1F and BA. RGB value is (198,31,186). Sum of RGB (Red+Green+Blue) = 198+31+186=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FBA is #39E045. Grayscale: #626262. Windows color (decimal): -3792966 or 12197830. OLE color: 12197830.
HSL color Cylindrical-coordinate representation of color #C61FBA: hue angle of 304.31º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61FBA is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 186 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.22 |
| HSL | 304.31º | 0.73% | 0.45% | - |
| HSV(B) | 304.31º | 0.84% | 0.78% | - |
| XYZ | 32.64 | 16.53 | 47.92 | - |
| YUV | 98.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 186 | 0 | 0.84 | 0.06 | 0.22 | 304.31 | 0.73 | 0.45 |
| Hex | C6 | 1F | BA | 0 | 54 | 6 | 16 | 130 | 49 | 2D |
| Octal | 306 | 37 | 272 | 0 | 124 | 6 | 26 | 460 | 111 | 55 |
| Binary | 11000110 | 11111 | 10111010 | 0 | 1010100 | 110 | 10110 | 100110000 | 1001001 | 101101 |
Color Harmonies of #C61FBA
Complementary color
Monochromatic Colors of #C61FBA
Black with #C61FBA
Text Example
Text Example
White with #C61FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FBA; }
p { color: rgb(198,31,186); }
H1.HeaderClassName
{
color: #C61FBA;
}
.AnyTagClassName
{
color: #C61FBA;
}
</style>
background-color css
<style>
a { background-color: #C61FBA; }
a { background-color: rgb(198,31,186); }
div.DivClassName
{
background-color: #C61FBA;
}
.BgClassName
{
background-color: #C61FBA;
}
</style>
border-color css
<style>
span { border-color: #C61FBA; }
span { border-color: rgb(198,31,186); }
td.TdClassName
{
border-color: #C61FBA;
}
.TagClassName
{
border-color: #C61FBA;
}
</style>