Shades of Deep Magenta #C001A9
Tints of Deep Magenta #C001A9
RGB
CMYK
RGB Variations
Color information
#C001A9 (or 0xC001A9) is known color: Deep Magenta. HEX triplet: C0, 01 and A9. RGB value is (192,1,169). Sum of RGB (Red+Green+Blue) = 192+1+169=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C001A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001A9 is #3FFE56. Grayscale: #4C4C4C. Windows color (decimal): -4193879 or 11076032. OLE color: 11076032.
HSL color Cylindrical-coordinate representation of color #C001A9: hue angle of 307.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001A9 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 169 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.25 |
| HSL | 307.23º | 0.99% | 0.38% | - |
| HSV(B) | 307.23º | 0.99% | 0.75% | - |
| XYZ | 28.91 | 14.09 | 38.73 | - |
| YUV | 77.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 169 | 0 | 0.99 | 0.12 | 0.25 | 307.23 | 0.99 | 0.38 |
| Hex | C0 | 1 | A9 | 0 | 63 | C | 19 | 133 | 63 | 26 |
| Octal | 300 | 1 | 251 | 0 | 143 | 14 | 31 | 463 | 143 | 46 |
| Binary | 11000000 | 1 | 10101001 | 0 | 1100011 | 1100 | 11001 | 100110011 | 1100011 | 100110 |
Color Harmonies of #C001A9
Complementary color
Monochromatic Colors of #C001A9
Black with #C001A9
Text Example
Text Example
White with #C001A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001A9; }
p { color: rgb(192,1,169); }
H1.HeaderClassName
{
color: #C001A9;
}
.AnyTagClassName
{
color: #C001A9;
}
</style>
background-color css
<style>
a { background-color: #C001A9; }
a { background-color: rgb(192,1,169); }
div.DivClassName
{
background-color: #C001A9;
}
.BgClassName
{
background-color: #C001A9;
}
</style>
border-color css
<style>
span { border-color: #C001A9; }
span { border-color: rgb(192,1,169); }
td.TdClassName
{
border-color: #C001A9;
}
.TagClassName
{
border-color: #C001A9;
}
</style>