Shades of Deep Magenta #C425D4
Tints of Deep Magenta #C425D4
RGB
CMYK
RGB Variations
Color information
#C425D4 (or 0xC425D4) is known color: Deep Magenta. HEX triplet: C4, 25 and D4. RGB value is (196,37,212). Sum of RGB (Red+Green+Blue) = 196+37+212=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #C425D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425D4 is #3BDA2B. Grayscale: #676767. Windows color (decimal): -3922476 or 13903300. OLE color: 13903300.
HSL color Cylindrical-coordinate representation of color #C425D4: hue angle of 294.51º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C425D4 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 37 | 212 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.17 |
| HSL | 294.51º | 0.7% | 0.49% | - |
| HSV(B) | 294.51º | 0.83% | 0.83% | - |
| XYZ | 35.31 | 17.81 | 63.86 | - |
| YUV | 104.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 212 | 0.08 | 0.83 | 0 | 0.17 | 294.51 | 0.7 | 0.49 |
| Hex | C4 | 25 | D4 | 8 | 53 | 0 | 11 | 127 | 46 | 31 |
| Octal | 304 | 45 | 324 | 10 | 123 | 0 | 21 | 447 | 106 | 61 |
| Binary | 11000100 | 100101 | 11010100 | 1000 | 1010011 | 0 | 10001 | 100100111 | 1000110 | 110001 |
Color Harmonies of #C425D4
Complementary color
Monochromatic Colors of #C425D4
Black with #C425D4
Text Example
Text Example
White with #C425D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425D4; }
p { color: rgb(196,37,212); }
H1.HeaderClassName
{
color: #C425D4;
}
.AnyTagClassName
{
color: #C425D4;
}
</style>
background-color css
<style>
a { background-color: #C425D4; }
a { background-color: rgb(196,37,212); }
div.DivClassName
{
background-color: #C425D4;
}
.BgClassName
{
background-color: #C425D4;
}
</style>
border-color css
<style>
span { border-color: #C425D4; }
span { border-color: rgb(196,37,212); }
td.TdClassName
{
border-color: #C425D4;
}
.TagClassName
{
border-color: #C425D4;
}
</style>