Shades of Deep Magenta #C10CDA
Tints of Deep Magenta #C10CDA
RGB
CMYK
RGB Variations
Color information
#C10CDA (or 0xC10CDA) is known color: Deep Magenta. HEX triplet: C1, 0C and DA. RGB value is (193,12,218). Sum of RGB (Red+Green+Blue) = 193+12+218=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #C10CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CDA is #3EF325. Grayscale: #585858. Windows color (decimal): -4125478 or 14290113. OLE color: 14290113.
HSL color Cylindrical-coordinate representation of color #C10CDA: hue angle of 292.72º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CDA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 12 | 218 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 292.72º | 0.9% | 0.45% | - |
| HSV(B) | 292.72º | 0.94% | 0.85% | - |
| XYZ | 34.78 | 16.66 | 67.71 | - |
| YUV | 89.6 | 200.47 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 218 | 0.11 | 0.94 | 0 | 0.15 | 292.72 | 0.9 | 0.45 |
| Hex | C1 | C | DA | B | 5E | 0 | F | 125 | 5A | 2D |
| Octal | 301 | 14 | 332 | 13 | 136 | 0 | 17 | 445 | 132 | 55 |
| Binary | 11000001 | 1100 | 11011010 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011010 | 101101 |
Color Harmonies of #C10CDA
Complementary color
Monochromatic Colors of #C10CDA
Black with #C10CDA
Text Example
Text Example
White with #C10CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CDA; }
p { color: rgb(193,12,218); }
H1.HeaderClassName
{
color: #C10CDA;
}
.AnyTagClassName
{
color: #C10CDA;
}
</style>
background-color css
<style>
a { background-color: #C10CDA; }
a { background-color: rgb(193,12,218); }
div.DivClassName
{
background-color: #C10CDA;
}
.BgClassName
{
background-color: #C10CDA;
}
</style>
border-color css
<style>
span { border-color: #C10CDA; }
span { border-color: rgb(193,12,218); }
td.TdClassName
{
border-color: #C10CDA;
}
.TagClassName
{
border-color: #C10CDA;
}
</style>