Shades of Deep Magenta #C30BB4
Tints of Deep Magenta #C30BB4
RGB
CMYK
RGB Variations
Color information
#C30BB4 (or 0xC30BB4) is known color: Deep Magenta. HEX triplet: C3, 0B and B4. RGB value is (195,11,180). Sum of RGB (Red+Green+Blue) = 195+11+180=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BB4 is #3CF44B. Grayscale: #545454. Windows color (decimal): -3994700 or 11799491. OLE color: 11799491.
HSL color Cylindrical-coordinate representation of color #C30BB4: hue angle of 304.89º 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 #C30BB4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 180 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.24 |
| HSL | 304.89º | 0.89% | 0.4% | - |
| HSV(B) | 304.89º | 0.94% | 0.76% | - |
| XYZ | 30.86 | 15.14 | 44.48 | - |
| YUV | 85.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 180 | 0 | 0.94 | 0.08 | 0.24 | 304.89 | 0.89 | 0.4 |
| Hex | C3 | B | B4 | 0 | 5E | 8 | 18 | 131 | 59 | 28 |
| Octal | 303 | 13 | 264 | 0 | 136 | 10 | 30 | 461 | 131 | 50 |
| Binary | 11000011 | 1011 | 10110100 | 0 | 1011110 | 1000 | 11000 | 100110001 | 1011001 | 101000 |
Color Harmonies of #C30BB4
Complementary color
Monochromatic Colors of #C30BB4
Black with #C30BB4
Text Example
Text Example
White with #C30BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BB4; }
p { color: rgb(195,11,180); }
H1.HeaderClassName
{
color: #C30BB4;
}
.AnyTagClassName
{
color: #C30BB4;
}
</style>
background-color css
<style>
a { background-color: #C30BB4; }
a { background-color: rgb(195,11,180); }
div.DivClassName
{
background-color: #C30BB4;
}
.BgClassName
{
background-color: #C30BB4;
}
</style>
border-color css
<style>
span { border-color: #C30BB4; }
span { border-color: rgb(195,11,180); }
td.TdClassName
{
border-color: #C30BB4;
}
.TagClassName
{
border-color: #C30BB4;
}
</style>