Shades of Deep Magenta #C10FDC
Tints of Deep Magenta #C10FDC
RGB
CMYK
RGB Variations
Color information
#C10FDC (or 0xC10FDC) is known color: Deep Magenta. HEX triplet: C1, 0F and DC. RGB value is (193,15,220). Sum of RGB (Red+Green+Blue) = 193+15+220=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C10FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FDC is #3EF023. Grayscale: #5A5A5A. Windows color (decimal): -4124708 or 14421953. OLE color: 14421953.
HSL color Cylindrical-coordinate representation of color #C10FDC: hue angle of 292.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10FDC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 15 | 220 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.14 |
| HSL | 292.1º | 0.87% | 0.46% | - |
| HSV(B) | 292.1º | 0.93% | 0.86% | - |
| XYZ | 35.08 | 16.85 | 69.11 | - |
| YUV | 91.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 220 | 0.12 | 0.93 | 0 | 0.14 | 292.1 | 0.87 | 0.46 |
| Hex | C1 | F | DC | C | 5D | 0 | E | 124 | 57 | 2E |
| Octal | 301 | 17 | 334 | 14 | 135 | 0 | 16 | 444 | 127 | 56 |
| Binary | 11000001 | 1111 | 11011100 | 1100 | 1011101 | 0 | 1110 | 100100100 | 1010111 | 101110 |
Color Harmonies of #C10FDC
Complementary color
Monochromatic Colors of #C10FDC
Black with #C10FDC
Text Example
Text Example
White with #C10FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FDC; }
p { color: rgb(193,15,220); }
H1.HeaderClassName
{
color: #C10FDC;
}
.AnyTagClassName
{
color: #C10FDC;
}
</style>
background-color css
<style>
a { background-color: #C10FDC; }
a { background-color: rgb(193,15,220); }
div.DivClassName
{
background-color: #C10FDC;
}
.BgClassName
{
background-color: #C10FDC;
}
</style>
border-color css
<style>
span { border-color: #C10FDC; }
span { border-color: rgb(193,15,220); }
td.TdClassName
{
border-color: #C10FDC;
}
.TagClassName
{
border-color: #C10FDC;
}
</style>