Shades of Deep Magenta #C30AB6
Tints of Deep Magenta #C30AB6
RGB
CMYK
RGB Variations
Color information
#C30AB6 (or 0xC30AB6) is known color: Deep Magenta. HEX triplet: C3, 0A and B6. RGB value is (195,10,182). Sum of RGB (Red+Green+Blue) = 195+10+182=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30AB6 is #3CF549. Grayscale: #545454. Windows color (decimal): -3994954 or 11930307. OLE color: 11930307.
HSL color Cylindrical-coordinate representation of color #C30AB6: hue angle of 304.22º 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 #C30AB6 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 182 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.24 |
| HSL | 304.22º | 0.9% | 0.4% | - |
| HSV(B) | 304.22º | 0.95% | 0.76% | - |
| XYZ | 31.06 | 15.2 | 45.55 | - |
| YUV | 84.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 182 | 0 | 0.95 | 0.07 | 0.24 | 304.22 | 0.9 | 0.4 |
| Hex | C3 | A | B6 | 0 | 5F | 7 | 18 | 130 | 5A | 28 |
| Octal | 303 | 12 | 266 | 0 | 137 | 7 | 30 | 460 | 132 | 50 |
| Binary | 11000011 | 1010 | 10110110 | 0 | 1011111 | 111 | 11000 | 100110000 | 1011010 | 101000 |
Color Harmonies of #C30AB6
Complementary color
Monochromatic Colors of #C30AB6
Black with #C30AB6
Text Example
Text Example
White with #C30AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AB6; }
p { color: rgb(195,10,182); }
H1.HeaderClassName
{
color: #C30AB6;
}
.AnyTagClassName
{
color: #C30AB6;
}
</style>
background-color css
<style>
a { background-color: #C30AB6; }
a { background-color: rgb(195,10,182); }
div.DivClassName
{
background-color: #C30AB6;
}
.BgClassName
{
background-color: #C30AB6;
}
</style>
border-color css
<style>
span { border-color: #C30AB6; }
span { border-color: rgb(195,10,182); }
td.TdClassName
{
border-color: #C30AB6;
}
.TagClassName
{
border-color: #C30AB6;
}
</style>