Shades of Deep Magenta #C30ADF
Tints of Deep Magenta #C30ADF
RGB
CMYK
RGB Variations
Color information
#C30ADF (or 0xC30ADF) is known color: Deep Magenta. HEX triplet: C3, 0A and DF. RGB value is (195,10,223). Sum of RGB (Red+Green+Blue) = 195+10+223=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C30ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ADF is #3CF520. Grayscale: #585858. Windows color (decimal): -3994913 or 14617283. OLE color: 14617283.
HSL color Cylindrical-coordinate representation of color #C30ADF: hue angle of 292.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30ADF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 10 | 223 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.13 |
| HSL | 292.11º | 0.91% | 0.46% | - |
| HSV(B) | 292.11º | 0.96% | 0.87% | - |
| XYZ | 35.93 | 17.15 | 71.23 | - |
| YUV | 89.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 223 | 0.13 | 0.96 | 0 | 0.13 | 292.11 | 0.91 | 0.46 |
| Hex | C3 | A | DF | D | 60 | 0 | D | 124 | 5B | 2E |
| Octal | 303 | 12 | 337 | 15 | 140 | 0 | 15 | 444 | 133 | 56 |
| Binary | 11000011 | 1010 | 11011111 | 1101 | 1100000 | 0 | 1101 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C30ADF
Complementary color
Monochromatic Colors of #C30ADF
Black with #C30ADF
Text Example
Text Example
White with #C30ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30ADF; }
p { color: rgb(195,10,223); }
H1.HeaderClassName
{
color: #C30ADF;
}
.AnyTagClassName
{
color: #C30ADF;
}
</style>
background-color css
<style>
a { background-color: #C30ADF; }
a { background-color: rgb(195,10,223); }
div.DivClassName
{
background-color: #C30ADF;
}
.BgClassName
{
background-color: #C30ADF;
}
</style>
border-color css
<style>
span { border-color: #C30ADF; }
span { border-color: rgb(195,10,223); }
td.TdClassName
{
border-color: #C30ADF;
}
.TagClassName
{
border-color: #C30ADF;
}
</style>