Shades of Deep Magenta #C30ABE
Tints of Deep Magenta #C30ABE
RGB
CMYK
RGB Variations
Color information
#C30ABE (or 0xC30ABE) is known color: Deep Magenta. HEX triplet: C3, 0A and BE. RGB value is (195,10,190). Sum of RGB (Red+Green+Blue) = 195+10+190=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C30ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ABE is #3CF541. Grayscale: #555555. Windows color (decimal): -3994946 or 12454595. OLE color: 12454595.
HSL color Cylindrical-coordinate representation of color #C30ABE: hue angle of 301.62º 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 #C30ABE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 190 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.24 |
| HSL | 301.62º | 0.9% | 0.4% | - |
| HSV(B) | 301.62º | 0.95% | 0.76% | - |
| XYZ | 31.91 | 15.54 | 50.03 | - |
| YUV | 85.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 190 | 0 | 0.95 | 0.03 | 0.24 | 301.62 | 0.9 | 0.4 |
| Hex | C3 | A | BE | 0 | 5F | 3 | 18 | 12E | 5A | 28 |
| Octal | 303 | 12 | 276 | 0 | 137 | 3 | 30 | 456 | 132 | 50 |
| Binary | 11000011 | 1010 | 10111110 | 0 | 1011111 | 11 | 11000 | 100101110 | 1011010 | 101000 |
Color Harmonies of #C30ABE
Complementary color
Monochromatic Colors of #C30ABE
Black with #C30ABE
Text Example
Text Example
White with #C30ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30ABE; }
p { color: rgb(195,10,190); }
H1.HeaderClassName
{
color: #C30ABE;
}
.AnyTagClassName
{
color: #C30ABE;
}
</style>
background-color css
<style>
a { background-color: #C30ABE; }
a { background-color: rgb(195,10,190); }
div.DivClassName
{
background-color: #C30ABE;
}
.BgClassName
{
background-color: #C30ABE;
}
</style>
border-color css
<style>
span { border-color: #C30ABE; }
span { border-color: rgb(195,10,190); }
td.TdClassName
{
border-color: #C30ABE;
}
.TagClassName
{
border-color: #C30ABE;
}
</style>