Shades of Deep Magenta #C425D8
Tints of Deep Magenta #C425D8
RGB
CMYK
RGB Variations
Color information
#C425D8 (or 0xC425D8) is known color: Deep Magenta. HEX triplet: C4, 25 and D8. RGB value is (196,37,216). Sum of RGB (Red+Green+Blue) = 196+37+216=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #C425D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425D8 is #3BDA27. Grayscale: #686868. Windows color (decimal): -3922472 or 14165444. OLE color: 14165444.
HSL color Cylindrical-coordinate representation of color #C425D8: hue angle of 293.3º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C425D8 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 37 | 216 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.15 |
| HSL | 293.3º | 0.71% | 0.5% | - |
| HSV(B) | 293.3º | 0.83% | 0.85% | - |
| XYZ | 35.82 | 18.02 | 66.56 | - |
| YUV | 104.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 216 | 0.09 | 0.83 | 0 | 0.15 | 293.3 | 0.71 | 0.5 |
| Hex | C4 | 25 | D8 | 9 | 53 | 0 | F | 125 | 47 | 32 |
| Octal | 304 | 45 | 330 | 11 | 123 | 0 | 17 | 445 | 107 | 62 |
| Binary | 11000100 | 100101 | 11011000 | 1001 | 1010011 | 0 | 1111 | 100100101 | 1000111 | 110010 |
Color Harmonies of #C425D8
Complementary color
Monochromatic Colors of #C425D8
Black with #C425D8
Text Example
Text Example
White with #C425D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425D8; }
p { color: rgb(196,37,216); }
H1.HeaderClassName
{
color: #C425D8;
}
.AnyTagClassName
{
color: #C425D8;
}
</style>
background-color css
<style>
a { background-color: #C425D8; }
a { background-color: rgb(196,37,216); }
div.DivClassName
{
background-color: #C425D8;
}
.BgClassName
{
background-color: #C425D8;
}
</style>
border-color css
<style>
span { border-color: #C425D8; }
span { border-color: rgb(196,37,216); }
td.TdClassName
{
border-color: #C425D8;
}
.TagClassName
{
border-color: #C425D8;
}
</style>