Shades of Deep Magenta #C51ACF
Tints of Deep Magenta #C51ACF
RGB
CMYK
RGB Variations
Color information
#C51ACF (or 0xC51ACF) is known color: Deep Magenta. HEX triplet: C5, 1A and CF. RGB value is (197,26,207). Sum of RGB (Red+Green+Blue) = 197+26+207=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C51ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ACF is #3AE530. Grayscale: #616161. Windows color (decimal): -3859761 or 13572805. OLE color: 13572805.
HSL color Cylindrical-coordinate representation of color #C51ACF: hue angle of 296.69º 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 #C51ACF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 26 | 207 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.19 |
| HSL | 296.69º | 0.78% | 0.46% | - |
| HSV(B) | 296.69º | 0.87% | 0.81% | - |
| XYZ | 34.66 | 17.11 | 60.51 | - |
| YUV | 97.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 207 | 0.05 | 0.87 | 0 | 0.19 | 296.69 | 0.78 | 0.46 |
| Hex | C5 | 1A | CF | 5 | 57 | 0 | 13 | 129 | 4E | 2E |
| Octal | 305 | 32 | 317 | 5 | 127 | 0 | 23 | 451 | 116 | 56 |
| Binary | 11000101 | 11010 | 11001111 | 101 | 1010111 | 0 | 10011 | 100101001 | 1001110 | 101110 |
Color Harmonies of #C51ACF
Complementary color
Monochromatic Colors of #C51ACF
Black with #C51ACF
Text Example
Text Example
White with #C51ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ACF; }
p { color: rgb(197,26,207); }
H1.HeaderClassName
{
color: #C51ACF;
}
.AnyTagClassName
{
color: #C51ACF;
}
</style>
background-color css
<style>
a { background-color: #C51ACF; }
a { background-color: rgb(197,26,207); }
div.DivClassName
{
background-color: #C51ACF;
}
.BgClassName
{
background-color: #C51ACF;
}
</style>
border-color css
<style>
span { border-color: #C51ACF; }
span { border-color: rgb(197,26,207); }
td.TdClassName
{
border-color: #C51ACF;
}
.TagClassName
{
border-color: #C51ACF;
}
</style>