Shades of Deep Magenta #C10FDF
Tints of Deep Magenta #C10FDF
RGB
CMYK
RGB Variations
Color information
#C10FDF (or 0xC10FDF) is known color: Deep Magenta. HEX triplet: C1, 0F and DF. RGB value is (193,15,223). Sum of RGB (Red+Green+Blue) = 193+15+223=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C10FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FDF is #3EF020. Grayscale: #5B5B5B. Windows color (decimal): -4124705 or 14618561. OLE color: 14618561.
HSL color Cylindrical-coordinate representation of color #C10FDF: hue angle of 291.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10FDF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 15 | 223 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.35º | 0.87% | 0.47% | - |
| HSV(B) | 291.35º | 0.93% | 0.87% | - |
| XYZ | 35.48 | 17.01 | 71.22 | - |
| YUV | 91.93 | 201.97 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 223 | 0.13 | 0.93 | 0 | 0.13 | 291.35 | 0.87 | 0.47 |
| Hex | C1 | F | DF | D | 5D | 0 | D | 123 | 57 | 2F |
| Octal | 301 | 17 | 337 | 15 | 135 | 0 | 15 | 443 | 127 | 57 |
| Binary | 11000001 | 1111 | 11011111 | 1101 | 1011101 | 0 | 1101 | 100100011 | 1010111 | 101111 |
Color Harmonies of #C10FDF
Complementary color
Monochromatic Colors of #C10FDF
Black with #C10FDF
Text Example
Text Example
White with #C10FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FDF; }
p { color: rgb(193,15,223); }
H1.HeaderClassName
{
color: #C10FDF;
}
.AnyTagClassName
{
color: #C10FDF;
}
</style>
background-color css
<style>
a { background-color: #C10FDF; }
a { background-color: rgb(193,15,223); }
div.DivClassName
{
background-color: #C10FDF;
}
.BgClassName
{
background-color: #C10FDF;
}
</style>
border-color css
<style>
span { border-color: #C10FDF; }
span { border-color: rgb(193,15,223); }
td.TdClassName
{
border-color: #C10FDF;
}
.TagClassName
{
border-color: #C10FDF;
}
</style>