Shades of Deep Magenta #C30FDF
Tints of Deep Magenta #C30FDF
RGB
CMYK
RGB Variations
Color information
#C30FDF (or 0xC30FDF) is known color: Deep Magenta. HEX triplet: C3, 0F and DF. RGB value is (195,15,223). Sum of RGB (Red+Green+Blue) = 195+15+223=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C30FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FDF is #3CF020. Grayscale: #5B5B5B. Windows color (decimal): -3993633 or 14618563. OLE color: 14618563.
HSL color Cylindrical-coordinate representation of color #C30FDF: hue angle of 291.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30FDF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 15 | 223 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.92º | 0.87% | 0.47% | - |
| HSV(B) | 291.92º | 0.93% | 0.87% | - |
| XYZ | 36 | 17.27 | 71.25 | - |
| YUV | 92.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 223 | 0.13 | 0.93 | 0 | 0.13 | 291.92 | 0.87 | 0.47 |
| Hex | C3 | F | DF | D | 5D | 0 | D | 124 | 57 | 2F |
| Octal | 303 | 17 | 337 | 15 | 135 | 0 | 15 | 444 | 127 | 57 |
| Binary | 11000011 | 1111 | 11011111 | 1101 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101111 |
Color Harmonies of #C30FDF
Complementary color
Monochromatic Colors of #C30FDF
Black with #C30FDF
Text Example
Text Example
White with #C30FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FDF; }
p { color: rgb(195,15,223); }
H1.HeaderClassName
{
color: #C30FDF;
}
.AnyTagClassName
{
color: #C30FDF;
}
</style>
background-color css
<style>
a { background-color: #C30FDF; }
a { background-color: rgb(195,15,223); }
div.DivClassName
{
background-color: #C30FDF;
}
.BgClassName
{
background-color: #C30FDF;
}
</style>
border-color css
<style>
span { border-color: #C30FDF; }
span { border-color: rgb(195,15,223); }
td.TdClassName
{
border-color: #C30FDF;
}
.TagClassName
{
border-color: #C30FDF;
}
</style>