Shades of Deep Magenta #C91FCF
Tints of Deep Magenta #C91FCF
RGB
CMYK
RGB Variations
Color information
#C91FCF (or 0xC91FCF) is known color: Deep Magenta. HEX triplet: C9, 1F and CF. RGB value is (201,31,207). Sum of RGB (Red+Green+Blue) = 201+31+207=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #C91FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FCF is #36E030. Grayscale: #656565. Windows color (decimal): -3596337 or 13574089. OLE color: 13574089.
HSL color Cylindrical-coordinate representation of color #C91FCF: hue angle of 297.95º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FCF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 31 | 207 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.19 |
| HSL | 297.95º | 0.74% | 0.47% | - |
| HSV(B) | 297.95º | 0.85% | 0.81% | - |
| XYZ | 35.84 | 17.9 | 60.6 | - |
| YUV | 101.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 207 | 0.03 | 0.85 | 0 | 0.19 | 297.95 | 0.74 | 0.47 |
| Hex | C9 | 1F | CF | 3 | 55 | 0 | 13 | 12A | 4A | 2F |
| Octal | 311 | 37 | 317 | 3 | 125 | 0 | 23 | 452 | 112 | 57 |
| Binary | 11001001 | 11111 | 11001111 | 11 | 1010101 | 0 | 10011 | 100101010 | 1001010 | 101111 |
Color Harmonies of #C91FCF
Complementary color
Monochromatic Colors of #C91FCF
Black with #C91FCF
Text Example
Text Example
White with #C91FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FCF; }
p { color: rgb(201,31,207); }
H1.HeaderClassName
{
color: #C91FCF;
}
.AnyTagClassName
{
color: #C91FCF;
}
</style>
background-color css
<style>
a { background-color: #C91FCF; }
a { background-color: rgb(201,31,207); }
div.DivClassName
{
background-color: #C91FCF;
}
.BgClassName
{
background-color: #C91FCF;
}
</style>
border-color css
<style>
span { border-color: #C91FCF; }
span { border-color: rgb(201,31,207); }
td.TdClassName
{
border-color: #C91FCF;
}
.TagClassName
{
border-color: #C91FCF;
}
</style>