Shades of Deep Magenta #C101A5
Tints of Deep Magenta #C101A5
RGB
CMYK
RGB Variations
Color information
#C101A5 (or 0xC101A5) is known color: Deep Magenta. HEX triplet: C1, 01 and A5. RGB value is (193,1,165). Sum of RGB (Red+Green+Blue) = 193+1+165=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C101A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C101A5 is #3EFE5A. Grayscale: #4C4C4C. Windows color (decimal): -4128347 or 10813889. OLE color: 10813889.
HSL color Cylindrical-coordinate representation of color #C101A5: hue angle of 308.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C101A5 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 165 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.24 |
| HSL | 308.75º | 0.99% | 0.38% | - |
| HSV(B) | 308.75º | 0.99% | 0.76% | - |
| XYZ | 28.79 | 14.08 | 36.8 | - |
| YUV | 77.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 165 | 0 | 0.99 | 0.15 | 0.24 | 308.75 | 0.99 | 0.38 |
| Hex | C1 | 1 | A5 | 0 | 63 | F | 18 | 135 | 63 | 26 |
| Octal | 301 | 1 | 245 | 0 | 143 | 17 | 30 | 465 | 143 | 46 |
| Binary | 11000001 | 1 | 10100101 | 0 | 1100011 | 1111 | 11000 | 100110101 | 1100011 | 100110 |
Color Harmonies of #C101A5
Complementary color
Monochromatic Colors of #C101A5
Black with #C101A5
Text Example
Text Example
White with #C101A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101A5; }
p { color: rgb(193,1,165); }
H1.HeaderClassName
{
color: #C101A5;
}
.AnyTagClassName
{
color: #C101A5;
}
</style>
background-color css
<style>
a { background-color: #C101A5; }
a { background-color: rgb(193,1,165); }
div.DivClassName
{
background-color: #C101A5;
}
.BgClassName
{
background-color: #C101A5;
}
</style>
border-color css
<style>
span { border-color: #C101A5; }
span { border-color: rgb(193,1,165); }
td.TdClassName
{
border-color: #C101A5;
}
.TagClassName
{
border-color: #C101A5;
}
</style>