Shades of Deep Magenta #C301AB
Tints of Deep Magenta #C301AB
RGB
CMYK
RGB Variations
Color information
#C301AB (or 0xC301AB) is known color: Deep Magenta. HEX triplet: C3, 01 and AB. RGB value is (195,1,171). Sum of RGB (Red+Green+Blue) = 195+1+171=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C301AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301AB is #3CFE54. Grayscale: #4D4D4D. Windows color (decimal): -3997269 or 11207107. OLE color: 11207107.
HSL color Cylindrical-coordinate representation of color #C301AB: hue angle of 307.42º 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 #C301AB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 171 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.24 |
| HSL | 307.42º | 0.99% | 0.38% | - |
| HSV(B) | 307.42º | 0.99% | 0.76% | - |
| XYZ | 29.87 | 14.56 | 39.77 | - |
| YUV | 78.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 171 | 0 | 0.99 | 0.12 | 0.24 | 307.42 | 0.99 | 0.38 |
| Hex | C3 | 1 | AB | 0 | 63 | C | 18 | 133 | 63 | 26 |
| Octal | 303 | 1 | 253 | 0 | 143 | 14 | 30 | 463 | 143 | 46 |
| Binary | 11000011 | 1 | 10101011 | 0 | 1100011 | 1100 | 11000 | 100110011 | 1100011 | 100110 |
Color Harmonies of #C301AB
Complementary color
Monochromatic Colors of #C301AB
Black with #C301AB
Text Example
Text Example
White with #C301AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301AB; }
p { color: rgb(195,1,171); }
H1.HeaderClassName
{
color: #C301AB;
}
.AnyTagClassName
{
color: #C301AB;
}
</style>
background-color css
<style>
a { background-color: #C301AB; }
a { background-color: rgb(195,1,171); }
div.DivClassName
{
background-color: #C301AB;
}
.BgClassName
{
background-color: #C301AB;
}
</style>
border-color css
<style>
span { border-color: #C301AB; }
span { border-color: rgb(195,1,171); }
td.TdClassName
{
border-color: #C301AB;
}
.TagClassName
{
border-color: #C301AB;
}
</style>