Shades of Deep Magenta #C427BF
Tints of Deep Magenta #C427BF
RGB
CMYK
RGB Variations
Color information
#C427BF (or 0xC427BF) is known color: Deep Magenta. HEX triplet: C4, 27 and BF. RGB value is (196,39,191). Sum of RGB (Red+Green+Blue) = 196+39+191=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C427BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427BF is #3BD840. Grayscale: #666666. Windows color (decimal): -3921985 or 12527556. OLE color: 12527556.
HSL color Cylindrical-coordinate representation of color #C427BF: hue angle of 301.91º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C427BF is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 191 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.23 |
| HSL | 301.91º | 0.67% | 0.46% | - |
| HSV(B) | 301.91º | 0.8% | 0.77% | - |
| XYZ | 32.89 | 16.95 | 50.83 | - |
| YUV | 103.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 191 | 0 | 0.80 | 0.03 | 0.23 | 301.91 | 0.67 | 0.46 |
| Hex | C4 | 27 | BF | 0 | 50 | 3 | 17 | 12E | 43 | 2E |
| Octal | 304 | 47 | 277 | 0 | 120 | 3 | 27 | 456 | 103 | 56 |
| Binary | 11000100 | 100111 | 10111111 | 0 | 1010000 | 11 | 10111 | 100101110 | 1000011 | 101110 |
Color Harmonies of #C427BF
Complementary color
Monochromatic Colors of #C427BF
Black with #C427BF
Text Example
Text Example
White with #C427BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427BF; }
p { color: rgb(196,39,191); }
H1.HeaderClassName
{
color: #C427BF;
}
.AnyTagClassName
{
color: #C427BF;
}
</style>
background-color css
<style>
a { background-color: #C427BF; }
a { background-color: rgb(196,39,191); }
div.DivClassName
{
background-color: #C427BF;
}
.BgClassName
{
background-color: #C427BF;
}
</style>
border-color css
<style>
span { border-color: #C427BF; }
span { border-color: rgb(196,39,191); }
td.TdClassName
{
border-color: #C427BF;
}
.TagClassName
{
border-color: #C427BF;
}
</style>