Shades of Deep Magenta #C61ACF
Tints of Deep Magenta #C61ACF
RGB
CMYK
RGB Variations
Color information
#C61ACF (or 0xC61ACF) is known color: Deep Magenta. HEX triplet: C6, 1A and CF. RGB value is (198,26,207). Sum of RGB (Red+Green+Blue) = 198+26+207=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C61ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ACF is #39E530. Grayscale: #616161. Windows color (decimal): -3794225 or 13572806. OLE color: 13572806.
HSL color Cylindrical-coordinate representation of color #C61ACF: hue angle of 297.02º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61ACF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 26 | 207 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.19 |
| HSL | 297.02º | 0.78% | 0.46% | - |
| HSV(B) | 297.02º | 0.87% | 0.81% | - |
| XYZ | 34.92 | 17.25 | 60.52 | - |
| YUV | 98.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 207 | 0.04 | 0.87 | 0 | 0.19 | 297.02 | 0.78 | 0.46 |
| Hex | C6 | 1A | CF | 4 | 57 | 0 | 13 | 129 | 4E | 2E |
| Octal | 306 | 32 | 317 | 4 | 127 | 0 | 23 | 451 | 116 | 56 |
| Binary | 11000110 | 11010 | 11001111 | 100 | 1010111 | 0 | 10011 | 100101001 | 1001110 | 101110 |
Color Harmonies of #C61ACF
Complementary color
Monochromatic Colors of #C61ACF
Black with #C61ACF
Text Example
Text Example
White with #C61ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ACF; }
p { color: rgb(198,26,207); }
H1.HeaderClassName
{
color: #C61ACF;
}
.AnyTagClassName
{
color: #C61ACF;
}
</style>
background-color css
<style>
a { background-color: #C61ACF; }
a { background-color: rgb(198,26,207); }
div.DivClassName
{
background-color: #C61ACF;
}
.BgClassName
{
background-color: #C61ACF;
}
</style>
border-color css
<style>
span { border-color: #C61ACF; }
span { border-color: rgb(198,26,207); }
td.TdClassName
{
border-color: #C61ACF;
}
.TagClassName
{
border-color: #C61ACF;
}
</style>