Shades of Deep Magenta #C425DF
Tints of Deep Magenta #C425DF
RGB
CMYK
RGB Variations
Color information
#C425DF (or 0xC425DF) is known color: Deep Magenta. HEX triplet: C4, 25 and DF. RGB value is (196,37,223). Sum of RGB (Red+Green+Blue) = 196+37+223=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #C425DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425DF is #3BDA20. Grayscale: #696969. Windows color (decimal): -3922465 or 14624196. OLE color: 14624196.
HSL color Cylindrical-coordinate representation of color #C425DF: hue angle of 291.29º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C425DF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 37 | 223 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.13 |
| HSL | 291.29º | 0.74% | 0.51% | - |
| HSV(B) | 291.29º | 0.83% | 0.87% | - |
| XYZ | 36.75 | 18.39 | 71.42 | - |
| YUV | 105.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 223 | 0.12 | 0.83 | 0 | 0.13 | 291.29 | 0.74 | 0.51 |
| Hex | C4 | 25 | DF | C | 53 | 0 | D | 123 | 4A | 33 |
| Octal | 304 | 45 | 337 | 14 | 123 | 0 | 15 | 443 | 112 | 63 |
| Binary | 11000100 | 100101 | 11011111 | 1100 | 1010011 | 0 | 1101 | 100100011 | 1001010 | 110011 |
Color Harmonies of #C425DF
Complementary color
Monochromatic Colors of #C425DF
Black with #C425DF
Text Example
Text Example
White with #C425DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425DF; }
p { color: rgb(196,37,223); }
H1.HeaderClassName
{
color: #C425DF;
}
.AnyTagClassName
{
color: #C425DF;
}
</style>
background-color css
<style>
a { background-color: #C425DF; }
a { background-color: rgb(196,37,223); }
div.DivClassName
{
background-color: #C425DF;
}
.BgClassName
{
background-color: #C425DF;
}
</style>
border-color css
<style>
span { border-color: #C425DF; }
span { border-color: rgb(196,37,223); }
td.TdClassName
{
border-color: #C425DF;
}
.TagClassName
{
border-color: #C425DF;
}
</style>