Shades of Deep Magenta #C301AF
Tints of Deep Magenta #C301AF
RGB
CMYK
RGB Variations
Color information
#C301AF (or 0xC301AF) is known color: Deep Magenta. HEX triplet: C3, 01 and AF. RGB value is (195,1,175). Sum of RGB (Red+Green+Blue) = 195+1+175=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C301AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301AF is #3CFE50. Grayscale: #4E4E4E. Windows color (decimal): -3997265 or 11469251. OLE color: 11469251.
HSL color Cylindrical-coordinate representation of color #C301AF: hue angle of 306.19º 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 #C301AF is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.24 |
| HSL | 306.19º | 0.99% | 0.38% | - |
| HSV(B) | 306.19º | 0.99% | 0.76% | - |
| XYZ | 30.25 | 14.72 | 41.8 | - |
| YUV | 78.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 175 | 0 | 0.99 | 0.10 | 0.24 | 306.19 | 0.99 | 0.38 |
| Hex | C3 | 1 | AF | 0 | 63 | A | 18 | 132 | 63 | 26 |
| Octal | 303 | 1 | 257 | 0 | 143 | 12 | 30 | 462 | 143 | 46 |
| Binary | 11000011 | 1 | 10101111 | 0 | 1100011 | 1010 | 11000 | 100110010 | 1100011 | 100110 |
Color Harmonies of #C301AF
Complementary color
Monochromatic Colors of #C301AF
Black with #C301AF
Text Example
Text Example
White with #C301AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301AF; }
p { color: rgb(195,1,175); }
H1.HeaderClassName
{
color: #C301AF;
}
.AnyTagClassName
{
color: #C301AF;
}
</style>
background-color css
<style>
a { background-color: #C301AF; }
a { background-color: rgb(195,1,175); }
div.DivClassName
{
background-color: #C301AF;
}
.BgClassName
{
background-color: #C301AF;
}
</style>
border-color css
<style>
span { border-color: #C301AF; }
span { border-color: rgb(195,1,175); }
td.TdClassName
{
border-color: #C301AF;
}
.TagClassName
{
border-color: #C301AF;
}
</style>