Shades of Deep Magenta #C10ADA
Tints of Deep Magenta #C10ADA
RGB
CMYK
RGB Variations
Color information
#C10ADA (or 0xC10ADA) is known color: Deep Magenta. HEX triplet: C1, 0A and DA. RGB value is (193,10,218). Sum of RGB (Red+Green+Blue) = 193+10+218=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #C10ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ADA is #3EF525. Grayscale: #575757. Windows color (decimal): -4125990 or 14289601. OLE color: 14289601.
HSL color Cylindrical-coordinate representation of color #C10ADA: hue angle of 292.79º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10ADA is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 10 | 218 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.15 |
| HSL | 292.79º | 0.91% | 0.45% | - |
| HSV(B) | 292.79º | 0.95% | 0.85% | - |
| XYZ | 34.76 | 16.62 | 67.71 | - |
| YUV | 88.43 | 201.13 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 218 | 0.11 | 0.95 | 0 | 0.15 | 292.79 | 0.91 | 0.45 |
| Hex | C1 | A | DA | B | 5F | 0 | F | 125 | 5B | 2D |
| Octal | 301 | 12 | 332 | 13 | 137 | 0 | 17 | 445 | 133 | 55 |
| Binary | 11000001 | 1010 | 11011010 | 1011 | 1011111 | 0 | 1111 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C10ADA
Complementary color
Monochromatic Colors of #C10ADA
Black with #C10ADA
Text Example
Text Example
White with #C10ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ADA; }
p { color: rgb(193,10,218); }
H1.HeaderClassName
{
color: #C10ADA;
}
.AnyTagClassName
{
color: #C10ADA;
}
</style>
background-color css
<style>
a { background-color: #C10ADA; }
a { background-color: rgb(193,10,218); }
div.DivClassName
{
background-color: #C10ADA;
}
.BgClassName
{
background-color: #C10ADA;
}
</style>
border-color css
<style>
span { border-color: #C10ADA; }
span { border-color: rgb(193,10,218); }
td.TdClassName
{
border-color: #C10ADA;
}
.TagClassName
{
border-color: #C10ADA;
}
</style>