Shades of Deep Magenta #C30AAB
Tints of Deep Magenta #C30AAB
RGB
CMYK
RGB Variations
Color information
#C30AAB (or 0xC30AAB) is known color: Deep Magenta. HEX triplet: C3, 0A and AB. RGB value is (195,10,171). Sum of RGB (Red+Green+Blue) = 195+10+171=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AAB is #3CF554. Grayscale: #535353. Windows color (decimal): -3994965 or 11209411. OLE color: 11209411.
HSL color Cylindrical-coordinate representation of color #C30AAB: hue angle of 307.78º 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 #C30AAB is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.24 |
| HSL | 307.78º | 0.9% | 0.4% | - |
| HSV(B) | 307.78º | 0.95% | 0.76% | - |
| XYZ | 29.96 | 14.76 | 39.8 | - |
| YUV | 83.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 171 | 0 | 0.95 | 0.12 | 0.24 | 307.78 | 0.9 | 0.4 |
| Hex | C3 | A | AB | 0 | 5F | C | 18 | 134 | 5A | 28 |
| Octal | 303 | 12 | 253 | 0 | 137 | 14 | 30 | 464 | 132 | 50 |
| Binary | 11000011 | 1010 | 10101011 | 0 | 1011111 | 1100 | 11000 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C30AAB
Complementary color
Monochromatic Colors of #C30AAB
Black with #C30AAB
Text Example
Text Example
White with #C30AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AAB; }
p { color: rgb(195,10,171); }
H1.HeaderClassName
{
color: #C30AAB;
}
.AnyTagClassName
{
color: #C30AAB;
}
</style>
background-color css
<style>
a { background-color: #C30AAB; }
a { background-color: rgb(195,10,171); }
div.DivClassName
{
background-color: #C30AAB;
}
.BgClassName
{
background-color: #C30AAB;
}
</style>
border-color css
<style>
span { border-color: #C30AAB; }
span { border-color: rgb(195,10,171); }
td.TdClassName
{
border-color: #C30AAB;
}
.TagClassName
{
border-color: #C30AAB;
}
</style>