Shades of Deep Magenta #C30CBF
Tints of Deep Magenta #C30CBF
RGB
CMYK
RGB Variations
Color information
#C30CBF (or 0xC30CBF) is known color: Deep Magenta. HEX triplet: C3, 0C and BF. RGB value is (195,12,191). Sum of RGB (Red+Green+Blue) = 195+12+191=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CBF is #3CF340. Grayscale: #565656. Windows color (decimal): -3994433 or 12520643. OLE color: 12520643.
HSL color Cylindrical-coordinate representation of color #C30CBF: hue angle of 301.31º 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 #C30CBF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.24 |
| HSL | 301.31º | 0.88% | 0.41% | - |
| HSV(B) | 301.31º | 0.94% | 0.76% | - |
| XYZ | 32.04 | 15.63 | 50.62 | - |
| YUV | 87.12 | 186.63 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 191 | 0 | 0.94 | 0.02 | 0.24 | 301.31 | 0.88 | 0.41 |
| Hex | C3 | C | BF | 0 | 5E | 2 | 18 | 12D | 58 | 29 |
| Octal | 303 | 14 | 277 | 0 | 136 | 2 | 30 | 455 | 130 | 51 |
| Binary | 11000011 | 1100 | 10111111 | 0 | 1011110 | 10 | 11000 | 100101101 | 1011000 | 101001 |
Color Harmonies of #C30CBF
Complementary color
Monochromatic Colors of #C30CBF
Black with #C30CBF
Text Example
Text Example
White with #C30CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CBF; }
p { color: rgb(195,12,191); }
H1.HeaderClassName
{
color: #C30CBF;
}
.AnyTagClassName
{
color: #C30CBF;
}
</style>
background-color css
<style>
a { background-color: #C30CBF; }
a { background-color: rgb(195,12,191); }
div.DivClassName
{
background-color: #C30CBF;
}
.BgClassName
{
background-color: #C30CBF;
}
</style>
border-color css
<style>
span { border-color: #C30CBF; }
span { border-color: rgb(195,12,191); }
td.TdClassName
{
border-color: #C30CBF;
}
.TagClassName
{
border-color: #C30CBF;
}
</style>