Shades of Deep Magenta #C10FAA
Tints of Deep Magenta #C10FAA
RGB
CMYK
RGB Variations
Color information
#C10FAA (or 0xC10FAA) is known color: Deep Magenta. HEX triplet: C1, 0F and AA. RGB value is (193,15,170). Sum of RGB (Red+Green+Blue) = 193+15+170=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10FAA is #3EF055. Grayscale: #555555. Windows color (decimal): -4124758 or 11145153. OLE color: 11145153.
HSL color Cylindrical-coordinate representation of color #C10FAA: hue angle of 307.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10FAA is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.24 |
| HSL | 307.75º | 0.86% | 0.41% | - |
| HSV(B) | 307.75º | 0.92% | 0.76% | - |
| XYZ | 29.42 | 14.58 | 39.29 | - |
| YUV | 85.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 170 | 0 | 0.92 | 0.12 | 0.24 | 307.75 | 0.86 | 0.41 |
| Hex | C1 | F | AA | 0 | 5C | C | 18 | 134 | 56 | 29 |
| Octal | 301 | 17 | 252 | 0 | 134 | 14 | 30 | 464 | 126 | 51 |
| Binary | 11000001 | 1111 | 10101010 | 0 | 1011100 | 1100 | 11000 | 100110100 | 1010110 | 101001 |
Color Harmonies of #C10FAA
Complementary color
Monochromatic Colors of #C10FAA
Black with #C10FAA
Text Example
Text Example
White with #C10FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FAA; }
p { color: rgb(193,15,170); }
H1.HeaderClassName
{
color: #C10FAA;
}
.AnyTagClassName
{
color: #C10FAA;
}
</style>
background-color css
<style>
a { background-color: #C10FAA; }
a { background-color: rgb(193,15,170); }
div.DivClassName
{
background-color: #C10FAA;
}
.BgClassName
{
background-color: #C10FAA;
}
</style>
border-color css
<style>
span { border-color: #C10FAA; }
span { border-color: rgb(193,15,170); }
td.TdClassName
{
border-color: #C10FAA;
}
.TagClassName
{
border-color: #C10FAA;
}
</style>