Shades of Deep Magenta #C30BAC
Tints of Deep Magenta #C30BAC
RGB
CMYK
RGB Variations
Color information
#C30BAC (or 0xC30BAC) is known color: Deep Magenta. HEX triplet: C3, 0B and AC. RGB value is (195,11,172). Sum of RGB (Red+Green+Blue) = 195+11+172=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BAC is #3CF453. Grayscale: #535353. Windows color (decimal): -3994708 or 11275203. OLE color: 11275203.
HSL color Cylindrical-coordinate representation of color #C30BAC: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BAC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 172 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.24 |
| HSL | 307.5º | 0.89% | 0.4% | - |
| HSV(B) | 307.5º | 0.94% | 0.76% | - |
| XYZ | 30.07 | 14.82 | 40.31 | - |
| YUV | 84.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 172 | 0 | 0.94 | 0.12 | 0.24 | 307.5 | 0.89 | 0.4 |
| Hex | C3 | B | AC | 0 | 5E | C | 18 | 134 | 59 | 28 |
| Octal | 303 | 13 | 254 | 0 | 136 | 14 | 30 | 464 | 131 | 50 |
| Binary | 11000011 | 1011 | 10101100 | 0 | 1011110 | 1100 | 11000 | 100110100 | 1011001 | 101000 |
Color Harmonies of #C30BAC
Complementary color
Monochromatic Colors of #C30BAC
Black with #C30BAC
Text Example
Text Example
White with #C30BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BAC; }
p { color: rgb(195,11,172); }
H1.HeaderClassName
{
color: #C30BAC;
}
.AnyTagClassName
{
color: #C30BAC;
}
</style>
background-color css
<style>
a { background-color: #C30BAC; }
a { background-color: rgb(195,11,172); }
div.DivClassName
{
background-color: #C30BAC;
}
.BgClassName
{
background-color: #C30BAC;
}
</style>
border-color css
<style>
span { border-color: #C30BAC; }
span { border-color: rgb(195,11,172); }
td.TdClassName
{
border-color: #C30BAC;
}
.TagClassName
{
border-color: #C30BAC;
}
</style>