Shades of Deep Magenta #C10CDC
Tints of Deep Magenta #C10CDC
RGB
CMYK
RGB Variations
Color information
#C10CDC (or 0xC10CDC) is known color: Deep Magenta. HEX triplet: C1, 0C and DC. RGB value is (193,12,220). Sum of RGB (Red+Green+Blue) = 193+12+220=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #C10CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CDC is #3EF323. Grayscale: #595959. Windows color (decimal): -4125476 or 14421185. OLE color: 14421185.
HSL color Cylindrical-coordinate representation of color #C10CDC: hue angle of 292.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CDC is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 12 | 220 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.14 |
| HSL | 292.21º | 0.9% | 0.45% | - |
| HSV(B) | 292.21º | 0.95% | 0.86% | - |
| XYZ | 35.04 | 16.77 | 69.1 | - |
| YUV | 89.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 220 | 0.12 | 0.95 | 0 | 0.14 | 292.21 | 0.9 | 0.45 |
| Hex | C1 | C | DC | C | 5F | 0 | E | 124 | 5A | 2D |
| Octal | 301 | 14 | 334 | 14 | 137 | 0 | 16 | 444 | 132 | 55 |
| Binary | 11000001 | 1100 | 11011100 | 1100 | 1011111 | 0 | 1110 | 100100100 | 1011010 | 101101 |
Color Harmonies of #C10CDC
Complementary color
Monochromatic Colors of #C10CDC
Black with #C10CDC
Text Example
Text Example
White with #C10CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CDC; }
p { color: rgb(193,12,220); }
H1.HeaderClassName
{
color: #C10CDC;
}
.AnyTagClassName
{
color: #C10CDC;
}
</style>
background-color css
<style>
a { background-color: #C10CDC; }
a { background-color: rgb(193,12,220); }
div.DivClassName
{
background-color: #C10CDC;
}
.BgClassName
{
background-color: #C10CDC;
}
</style>
border-color css
<style>
span { border-color: #C10CDC; }
span { border-color: rgb(193,12,220); }
td.TdClassName
{
border-color: #C10CDC;
}
.TagClassName
{
border-color: #C10CDC;
}
</style>