Shades of Deep Magenta #C10CDF
Tints of Deep Magenta #C10CDF
RGB
CMYK
RGB Variations
Color information
#C10CDF (or 0xC10CDF) is known color: Deep Magenta. HEX triplet: C1, 0C and DF. RGB value is (193,12,223). Sum of RGB (Red+Green+Blue) = 193+12+223=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C10CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CDF is #3EF320. Grayscale: #595959. Windows color (decimal): -4125473 or 14617793. OLE color: 14617793.
HSL color Cylindrical-coordinate representation of color #C10CDF: hue angle of 291.47º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CDF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 12 | 223 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.47º | 0.9% | 0.46% | - |
| HSV(B) | 291.47º | 0.95% | 0.87% | - |
| XYZ | 35.44 | 16.93 | 71.21 | - |
| YUV | 90.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 223 | 0.13 | 0.95 | 0 | 0.13 | 291.47 | 0.9 | 0.46 |
| Hex | C1 | C | DF | D | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 301 | 14 | 337 | 15 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 11000001 | 1100 | 11011111 | 1101 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #C10CDF
Complementary color
Monochromatic Colors of #C10CDF
Black with #C10CDF
Text Example
Text Example
White with #C10CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CDF; }
p { color: rgb(193,12,223); }
H1.HeaderClassName
{
color: #C10CDF;
}
.AnyTagClassName
{
color: #C10CDF;
}
</style>
background-color css
<style>
a { background-color: #C10CDF; }
a { background-color: rgb(193,12,223); }
div.DivClassName
{
background-color: #C10CDF;
}
.BgClassName
{
background-color: #C10CDF;
}
</style>
border-color css
<style>
span { border-color: #C10CDF; }
span { border-color: rgb(193,12,223); }
td.TdClassName
{
border-color: #C10CDF;
}
.TagClassName
{
border-color: #C10CDF;
}
</style>