Shades of Deep Magenta #C301A9
Tints of Deep Magenta #C301A9
RGB
CMYK
RGB Variations
Color information
#C301A9 (or 0xC301A9) is known color: Deep Magenta. HEX triplet: C3, 01 and A9. RGB value is (195,1,169). Sum of RGB (Red+Green+Blue) = 195+1+169=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C301A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301A9 is #3CFE56. Grayscale: #4D4D4D. Windows color (decimal): -3997271 or 11076035. OLE color: 11076035.
HSL color Cylindrical-coordinate representation of color #C301A9: hue angle of 308.04º 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 #C301A9 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 169 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.24 |
| HSL | 308.04º | 0.99% | 0.38% | - |
| HSV(B) | 308.04º | 0.99% | 0.76% | - |
| XYZ | 29.68 | 14.49 | 38.77 | - |
| YUV | 78.16 | 179.27 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 169 | 0 | 0.99 | 0.13 | 0.24 | 308.04 | 0.99 | 0.38 |
| Hex | C3 | 1 | A9 | 0 | 63 | D | 18 | 134 | 63 | 26 |
| Octal | 303 | 1 | 251 | 0 | 143 | 15 | 30 | 464 | 143 | 46 |
| Binary | 11000011 | 1 | 10101001 | 0 | 1100011 | 1101 | 11000 | 100110100 | 1100011 | 100110 |
Color Harmonies of #C301A9
Complementary color
Monochromatic Colors of #C301A9
Black with #C301A9
Text Example
Text Example
White with #C301A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301A9; }
p { color: rgb(195,1,169); }
H1.HeaderClassName
{
color: #C301A9;
}
.AnyTagClassName
{
color: #C301A9;
}
</style>
background-color css
<style>
a { background-color: #C301A9; }
a { background-color: rgb(195,1,169); }
div.DivClassName
{
background-color: #C301A9;
}
.BgClassName
{
background-color: #C301A9;
}
</style>
border-color css
<style>
span { border-color: #C301A9; }
span { border-color: rgb(195,1,169); }
td.TdClassName
{
border-color: #C301A9;
}
.TagClassName
{
border-color: #C301A9;
}
</style>