Shades of Deep Magenta #C30CDF
Tints of Deep Magenta #C30CDF
RGB
CMYK
RGB Variations
Color information
#C30CDF (or 0xC30CDF) is known color: Deep Magenta. HEX triplet: C3, 0C and DF. RGB value is (195,12,223). Sum of RGB (Red+Green+Blue) = 195+12+223=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #C30CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CDF is #3CF320. Grayscale: #5A5A5A. Windows color (decimal): -3994401 or 14617795. OLE color: 14617795.
HSL color Cylindrical-coordinate representation of color #C30CDF: hue angle of 292.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CDF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 12 | 223 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 292.04º | 0.9% | 0.46% | - |
| HSV(B) | 292.04º | 0.95% | 0.87% | - |
| XYZ | 35.96 | 17.19 | 71.24 | - |
| YUV | 90.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 223 | 0.13 | 0.95 | 0 | 0.13 | 292.04 | 0.9 | 0.46 |
| Hex | C3 | C | DF | D | 5F | 0 | D | 124 | 5A | 2E |
| Octal | 303 | 14 | 337 | 15 | 137 | 0 | 15 | 444 | 132 | 56 |
| Binary | 11000011 | 1100 | 11011111 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011010 | 101110 |
Color Harmonies of #C30CDF
Complementary color
Monochromatic Colors of #C30CDF
Black with #C30CDF
Text Example
Text Example
White with #C30CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CDF; }
p { color: rgb(195,12,223); }
H1.HeaderClassName
{
color: #C30CDF;
}
.AnyTagClassName
{
color: #C30CDF;
}
</style>
background-color css
<style>
a { background-color: #C30CDF; }
a { background-color: rgb(195,12,223); }
div.DivClassName
{
background-color: #C30CDF;
}
.BgClassName
{
background-color: #C30CDF;
}
</style>
border-color css
<style>
span { border-color: #C30CDF; }
span { border-color: rgb(195,12,223); }
td.TdClassName
{
border-color: #C30CDF;
}
.TagClassName
{
border-color: #C30CDF;
}
</style>