Shades of Deep Magenta #C30BAD
Tints of Deep Magenta #C30BAD
RGB
CMYK
RGB Variations
Color information
#C30BAD (or 0xC30BAD) is known color: Deep Magenta. HEX triplet: C3, 0B and AD. RGB value is (195,11,173). Sum of RGB (Red+Green+Blue) = 195+11+173=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BAD is #3CF452. Grayscale: #545454. Windows color (decimal): -3994707 or 11340739. OLE color: 11340739.
HSL color Cylindrical-coordinate representation of color #C30BAD: hue angle of 307.17º 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 #C30BAD is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 173 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.24 |
| HSL | 307.17º | 0.89% | 0.4% | - |
| HSV(B) | 307.17º | 0.94% | 0.76% | - |
| XYZ | 30.17 | 14.86 | 40.81 | - |
| YUV | 84.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 173 | 0 | 0.94 | 0.11 | 0.24 | 307.17 | 0.89 | 0.4 |
| Hex | C3 | B | AD | 0 | 5E | B | 18 | 133 | 59 | 28 |
| Octal | 303 | 13 | 255 | 0 | 136 | 13 | 30 | 463 | 131 | 50 |
| Binary | 11000011 | 1011 | 10101101 | 0 | 1011110 | 1011 | 11000 | 100110011 | 1011001 | 101000 |
Color Harmonies of #C30BAD
Complementary color
Monochromatic Colors of #C30BAD
Black with #C30BAD
Text Example
Text Example
White with #C30BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BAD; }
p { color: rgb(195,11,173); }
H1.HeaderClassName
{
color: #C30BAD;
}
.AnyTagClassName
{
color: #C30BAD;
}
</style>
background-color css
<style>
a { background-color: #C30BAD; }
a { background-color: rgb(195,11,173); }
div.DivClassName
{
background-color: #C30BAD;
}
.BgClassName
{
background-color: #C30BAD;
}
</style>
border-color css
<style>
span { border-color: #C30BAD; }
span { border-color: rgb(195,11,173); }
td.TdClassName
{
border-color: #C30BAD;
}
.TagClassName
{
border-color: #C30BAD;
}
</style>