Shades of Deep Magenta #C425BE
Tints of Deep Magenta #C425BE
RGB
CMYK
RGB Variations
Color information
#C425BE (or 0xC425BE) is known color: Deep Magenta. HEX triplet: C4, 25 and BE. RGB value is (196,37,190). Sum of RGB (Red+Green+Blue) = 196+37+190=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C425BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425BE is #3BDA41. Grayscale: #656565. Windows color (decimal): -3922498 or 12461508. OLE color: 12461508.
HSL color Cylindrical-coordinate representation of color #C425BE: hue angle of 302.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C425BE is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 190 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.23 |
| HSL | 302.26º | 0.68% | 0.46% | - |
| HSV(B) | 302.26º | 0.81% | 0.77% | - |
| XYZ | 32.72 | 16.78 | 50.23 | - |
| YUV | 101.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 190 | 0 | 0.81 | 0.03 | 0.23 | 302.26 | 0.68 | 0.46 |
| Hex | C4 | 25 | BE | 0 | 51 | 3 | 17 | 12E | 44 | 2E |
| Octal | 304 | 45 | 276 | 0 | 121 | 3 | 27 | 456 | 104 | 56 |
| Binary | 11000100 | 100101 | 10111110 | 0 | 1010001 | 11 | 10111 | 100101110 | 1000100 | 101110 |
Color Harmonies of #C425BE
Complementary color
Monochromatic Colors of #C425BE
Black with #C425BE
Text Example
Text Example
White with #C425BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425BE; }
p { color: rgb(196,37,190); }
H1.HeaderClassName
{
color: #C425BE;
}
.AnyTagClassName
{
color: #C425BE;
}
</style>
background-color css
<style>
a { background-color: #C425BE; }
a { background-color: rgb(196,37,190); }
div.DivClassName
{
background-color: #C425BE;
}
.BgClassName
{
background-color: #C425BE;
}
</style>
border-color css
<style>
span { border-color: #C425BE; }
span { border-color: rgb(196,37,190); }
td.TdClassName
{
border-color: #C425BE;
}
.TagClassName
{
border-color: #C425BE;
}
</style>