Shades of Deep Magenta #C10AC1
Tints of Deep Magenta #C10AC1
RGB
CMYK
RGB Variations
Color information
#C10AC1 (or 0xC10AC1) is known color: Deep Magenta. HEX triplet: C1, 0A and C1. RGB value is (193,10,193). Sum of RGB (Red+Green+Blue) = 193+10+193=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C10AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AC1 is #3EF53E. Grayscale: #555555. Windows color (decimal): -4126015 or 12651201. OLE color: 12651201.
HSL color Cylindrical-coordinate representation of color #C10AC1: hue angle of 300º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10AC1 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 193 | - |
| CMYK | 0 | 0.95 | 0 | 0.24 |
| HSL | 300º | 0.9% | 0.4% | - |
| HSV(B) | 300º | 0.95% | 0.76% | - |
| XYZ | 31.73 | 15.4 | 51.75 | - |
| YUV | 85.58 | 188.63 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 193 | 0 | 0.95 | 0 | 0.24 | 300 | 0.9 | 0.4 |
| Hex | C1 | A | C1 | 0 | 5F | 0 | 18 | 12C | 5A | 28 |
| Octal | 301 | 12 | 301 | 0 | 137 | 0 | 30 | 454 | 132 | 50 |
| Binary | 11000001 | 1010 | 11000001 | 0 | 1011111 | 0 | 11000 | 100101100 | 1011010 | 101000 |
Color Harmonies of #C10AC1
Complementary color
Monochromatic Colors of #C10AC1
Black with #C10AC1
Text Example
Text Example
White with #C10AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AC1; }
p { color: rgb(193,10,193); }
H1.HeaderClassName
{
color: #C10AC1;
}
.AnyTagClassName
{
color: #C10AC1;
}
</style>
background-color css
<style>
a { background-color: #C10AC1; }
a { background-color: rgb(193,10,193); }
div.DivClassName
{
background-color: #C10AC1;
}
.BgClassName
{
background-color: #C10AC1;
}
</style>
border-color css
<style>
span { border-color: #C10AC1; }
span { border-color: rgb(193,10,193); }
td.TdClassName
{
border-color: #C10AC1;
}
.TagClassName
{
border-color: #C10AC1;
}
</style>