Shades of Deep Magenta #C01FC1
Tints of Deep Magenta #C01FC1
RGB
CMYK
RGB Variations
Color information
#C01FC1 (or 0xC01FC1) is known color: Deep Magenta. HEX triplet: C0, 1F and C1. RGB value is (192,31,193). Sum of RGB (Red+Green+Blue) = 192+31+193=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #C01FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FC1 is #3FE03E. Grayscale: #616161. Windows color (decimal): -4186175 or 12656576. OLE color: 12656576.
HSL color Cylindrical-coordinate representation of color #C01FC1: hue angle of 299.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FC1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 31 | 193 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.24 |
| HSL | 299.63º | 0.72% | 0.44% | - |
| HSV(B) | 299.63º | 0.84% | 0.76% | - |
| XYZ | 31.85 | 16.04 | 51.87 | - |
| YUV | 97.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 193 | 0.01 | 0.84 | 0 | 0.24 | 299.63 | 0.72 | 0.44 |
| Hex | C0 | 1F | C1 | 1 | 54 | 0 | 18 | 12C | 48 | 2C |
| Octal | 300 | 37 | 301 | 1 | 124 | 0 | 30 | 454 | 110 | 54 |
| Binary | 11000000 | 11111 | 11000001 | 1 | 1010100 | 0 | 11000 | 100101100 | 1001000 | 101100 |
Color Harmonies of #C01FC1
Complementary color
Monochromatic Colors of #C01FC1
Black with #C01FC1
Text Example
Text Example
White with #C01FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FC1; }
p { color: rgb(192,31,193); }
H1.HeaderClassName
{
color: #C01FC1;
}
.AnyTagClassName
{
color: #C01FC1;
}
</style>
background-color css
<style>
a { background-color: #C01FC1; }
a { background-color: rgb(192,31,193); }
div.DivClassName
{
background-color: #C01FC1;
}
.BgClassName
{
background-color: #C01FC1;
}
</style>
border-color css
<style>
span { border-color: #C01FC1; }
span { border-color: rgb(192,31,193); }
td.TdClassName
{
border-color: #C01FC1;
}
.TagClassName
{
border-color: #C01FC1;
}
</style>