Shades of Deep Magenta #C30FC0
Tints of Deep Magenta #C30FC0
RGB
CMYK
RGB Variations
Color information
#C30FC0 (or 0xC30FC0) is known color: Deep Magenta. HEX triplet: C3, 0F and C0. RGB value is (195,15,192). Sum of RGB (Red+Green+Blue) = 195+15+192=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FC0 is #3CF03F. Grayscale: #585858. Windows color (decimal): -3993664 or 12586947. OLE color: 12586947.
HSL color Cylindrical-coordinate representation of color #C30FC0: hue angle of 301º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30FC0 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 192 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.24 |
| HSL | 301º | 0.86% | 0.41% | - |
| HSV(B) | 301º | 0.92% | 0.76% | - |
| XYZ | 32.19 | 15.75 | 51.21 | - |
| YUV | 89 | 186.13 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 192 | 0 | 0.92 | 0.02 | 0.24 | 301 | 0.86 | 0.41 |
| Hex | C3 | F | C0 | 0 | 5C | 2 | 18 | 12D | 56 | 29 |
| Octal | 303 | 17 | 300 | 0 | 134 | 2 | 30 | 455 | 126 | 51 |
| Binary | 11000011 | 1111 | 11000000 | 0 | 1011100 | 10 | 11000 | 100101101 | 1010110 | 101001 |
Color Harmonies of #C30FC0
Complementary color
Monochromatic Colors of #C30FC0
Black with #C30FC0
Text Example
Text Example
White with #C30FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FC0; }
p { color: rgb(195,15,192); }
H1.HeaderClassName
{
color: #C30FC0;
}
.AnyTagClassName
{
color: #C30FC0;
}
</style>
background-color css
<style>
a { background-color: #C30FC0; }
a { background-color: rgb(195,15,192); }
div.DivClassName
{
background-color: #C30FC0;
}
.BgClassName
{
background-color: #C30FC0;
}
</style>
border-color css
<style>
span { border-color: #C30FC0; }
span { border-color: rgb(195,15,192); }
td.TdClassName
{
border-color: #C30FC0;
}
.TagClassName
{
border-color: #C30FC0;
}
</style>