Shades of Deep Magenta #C61FB4
Tints of Deep Magenta #C61FB4
RGB
CMYK
RGB Variations
Color information
#C61FB4 (or 0xC61FB4) is known color: Deep Magenta. HEX triplet: C6, 1F and B4. RGB value is (198,31,180). Sum of RGB (Red+Green+Blue) = 198+31+180=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FB4 is #39E04B. Grayscale: #616161. Windows color (decimal): -3792972 or 11804614. OLE color: 11804614.
HSL color Cylindrical-coordinate representation of color #C61FB4: hue angle of 306.47º 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 #C61FB4 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 180 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.22 |
| HSL | 306.47º | 0.73% | 0.45% | - |
| HSV(B) | 306.47º | 0.84% | 0.78% | - |
| XYZ | 32.02 | 16.28 | 44.64 | - |
| YUV | 97.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 180 | 0 | 0.84 | 0.09 | 0.22 | 306.47 | 0.73 | 0.45 |
| Hex | C6 | 1F | B4 | 0 | 54 | 9 | 16 | 132 | 49 | 2D |
| Octal | 306 | 37 | 264 | 0 | 124 | 11 | 26 | 462 | 111 | 55 |
| Binary | 11000110 | 11111 | 10110100 | 0 | 1010100 | 1001 | 10110 | 100110010 | 1001001 | 101101 |
Color Harmonies of #C61FB4
Complementary color
Monochromatic Colors of #C61FB4
Black with #C61FB4
Text Example
Text Example
White with #C61FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FB4; }
p { color: rgb(198,31,180); }
H1.HeaderClassName
{
color: #C61FB4;
}
.AnyTagClassName
{
color: #C61FB4;
}
</style>
background-color css
<style>
a { background-color: #C61FB4; }
a { background-color: rgb(198,31,180); }
div.DivClassName
{
background-color: #C61FB4;
}
.BgClassName
{
background-color: #C61FB4;
}
</style>
border-color css
<style>
span { border-color: #C61FB4; }
span { border-color: rgb(198,31,180); }
td.TdClassName
{
border-color: #C61FB4;
}
.TagClassName
{
border-color: #C61FB4;
}
</style>