Shades of Deep Magenta #C30CB0
Tints of Deep Magenta #C30CB0
RGB
CMYK
RGB Variations
Color information
#C30CB0 (or 0xC30CB0) is known color: Deep Magenta. HEX triplet: C3, 0C and B0. RGB value is (195,12,176). Sum of RGB (Red+Green+Blue) = 195+12+176=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CB0 is #3CF34F. Grayscale: #545454. Windows color (decimal): -3994448 or 11537603. OLE color: 11537603.
HSL color Cylindrical-coordinate representation of color #C30CB0: hue angle of 306.23º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 176 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.24 |
| HSL | 306.23º | 0.88% | 0.41% | - |
| HSV(B) | 306.23º | 0.94% | 0.76% | - |
| XYZ | 30.47 | 15 | 42.36 | - |
| YUV | 85.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 176 | 0 | 0.94 | 0.10 | 0.24 | 306.23 | 0.88 | 0.41 |
| Hex | C3 | C | B0 | 0 | 5E | A | 18 | 132 | 58 | 29 |
| Octal | 303 | 14 | 260 | 0 | 136 | 12 | 30 | 462 | 130 | 51 |
| Binary | 11000011 | 1100 | 10110000 | 0 | 1011110 | 1010 | 11000 | 100110010 | 1011000 | 101001 |
Color Harmonies of #C30CB0
Complementary color
Monochromatic Colors of #C30CB0
Black with #C30CB0
Text Example
Text Example
White with #C30CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CB0; }
p { color: rgb(195,12,176); }
H1.HeaderClassName
{
color: #C30CB0;
}
.AnyTagClassName
{
color: #C30CB0;
}
</style>
background-color css
<style>
a { background-color: #C30CB0; }
a { background-color: rgb(195,12,176); }
div.DivClassName
{
background-color: #C30CB0;
}
.BgClassName
{
background-color: #C30CB0;
}
</style>
border-color css
<style>
span { border-color: #C30CB0; }
span { border-color: rgb(195,12,176); }
td.TdClassName
{
border-color: #C30CB0;
}
.TagClassName
{
border-color: #C30CB0;
}
</style>