Shades of Deep Magenta #C425BC
Tints of Deep Magenta #C425BC
RGB
CMYK
RGB Variations
Color information
#C425BC (or 0xC425BC) is known color: Deep Magenta. HEX triplet: C4, 25 and BC. RGB value is (196,37,188). Sum of RGB (Red+Green+Blue) = 196+37+188=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C425BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425BC is #3BDA43. Grayscale: #656565. Windows color (decimal): -3922500 or 12330436. OLE color: 12330436.
HSL color Cylindrical-coordinate representation of color #C425BC: hue angle of 303.02º 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 #C425BC is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 188 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.23 |
| HSL | 303.02º | 0.68% | 0.46% | - |
| HSV(B) | 303.02º | 0.81% | 0.77% | - |
| XYZ | 32.5 | 16.69 | 49.09 | - |
| YUV | 101.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 188 | 0 | 0.81 | 0.04 | 0.23 | 303.02 | 0.68 | 0.46 |
| Hex | C4 | 25 | BC | 0 | 51 | 4 | 17 | 12F | 44 | 2E |
| Octal | 304 | 45 | 274 | 0 | 121 | 4 | 27 | 457 | 104 | 56 |
| Binary | 11000100 | 100101 | 10111100 | 0 | 1010001 | 100 | 10111 | 100101111 | 1000100 | 101110 |
Color Harmonies of #C425BC
Complementary color
Monochromatic Colors of #C425BC
Black with #C425BC
Text Example
Text Example
White with #C425BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425BC; }
p { color: rgb(196,37,188); }
H1.HeaderClassName
{
color: #C425BC;
}
.AnyTagClassName
{
color: #C425BC;
}
</style>
background-color css
<style>
a { background-color: #C425BC; }
a { background-color: rgb(196,37,188); }
div.DivClassName
{
background-color: #C425BC;
}
.BgClassName
{
background-color: #C425BC;
}
</style>
border-color css
<style>
span { border-color: #C425BC; }
span { border-color: rgb(196,37,188); }
td.TdClassName
{
border-color: #C425BC;
}
.TagClassName
{
border-color: #C425BC;
}
</style>