Shades of Deep Magenta #C30AB1
Tints of Deep Magenta #C30AB1
RGB
CMYK
RGB Variations
Color information
#C30AB1 (or 0xC30AB1) is known color: Deep Magenta. HEX triplet: C3, 0A and B1. RGB value is (195,10,177). Sum of RGB (Red+Green+Blue) = 195+10+177=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AB1 is #3CF54E. Grayscale: #535353. Windows color (decimal): -3994959 or 11602627. OLE color: 11602627.
HSL color Cylindrical-coordinate representation of color #C30AB1: hue angle of 305.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30AB1 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 177 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.24 |
| HSL | 305.84º | 0.9% | 0.4% | - |
| HSV(B) | 305.84º | 0.95% | 0.76% | - |
| XYZ | 30.55 | 14.99 | 42.88 | - |
| YUV | 84.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 177 | 0 | 0.95 | 0.09 | 0.24 | 305.84 | 0.9 | 0.4 |
| Hex | C3 | A | B1 | 0 | 5F | 9 | 18 | 132 | 5A | 28 |
| Octal | 303 | 12 | 261 | 0 | 137 | 11 | 30 | 462 | 132 | 50 |
| Binary | 11000011 | 1010 | 10110001 | 0 | 1011111 | 1001 | 11000 | 100110010 | 1011010 | 101000 |
Color Harmonies of #C30AB1
Complementary color
Monochromatic Colors of #C30AB1
Black with #C30AB1
Text Example
Text Example
White with #C30AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AB1; }
p { color: rgb(195,10,177); }
H1.HeaderClassName
{
color: #C30AB1;
}
.AnyTagClassName
{
color: #C30AB1;
}
</style>
background-color css
<style>
a { background-color: #C30AB1; }
a { background-color: rgb(195,10,177); }
div.DivClassName
{
background-color: #C30AB1;
}
.BgClassName
{
background-color: #C30AB1;
}
</style>
border-color css
<style>
span { border-color: #C30AB1; }
span { border-color: rgb(195,10,177); }
td.TdClassName
{
border-color: #C30AB1;
}
.TagClassName
{
border-color: #C30AB1;
}
</style>