Shades of Deep Magenta #C427BD
Tints of Deep Magenta #C427BD
RGB
CMYK
RGB Variations
Color information
#C427BD (or 0xC427BD) is known color: Deep Magenta. HEX triplet: C4, 27 and BD. RGB value is (196,39,189). Sum of RGB (Red+Green+Blue) = 196+39+189=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C427BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427BD is #3BD842. Grayscale: #666666. Windows color (decimal): -3921987 or 12396484. OLE color: 12396484.
HSL color Cylindrical-coordinate representation of color #C427BD: hue angle of 302.68º 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 #C427BD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 189 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.23 |
| HSL | 302.68º | 0.67% | 0.46% | - |
| HSV(B) | 302.68º | 0.8% | 0.77% | - |
| XYZ | 32.68 | 16.86 | 49.68 | - |
| YUV | 103.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 189 | 0 | 0.80 | 0.04 | 0.23 | 302.68 | 0.67 | 0.46 |
| Hex | C4 | 27 | BD | 0 | 50 | 4 | 17 | 12F | 43 | 2E |
| Octal | 304 | 47 | 275 | 0 | 120 | 4 | 27 | 457 | 103 | 56 |
| Binary | 11000100 | 100111 | 10111101 | 0 | 1010000 | 100 | 10111 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C427BD
Complementary color
Monochromatic Colors of #C427BD
Black with #C427BD
Text Example
Text Example
White with #C427BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427BD; }
p { color: rgb(196,39,189); }
H1.HeaderClassName
{
color: #C427BD;
}
.AnyTagClassName
{
color: #C427BD;
}
</style>
background-color css
<style>
a { background-color: #C427BD; }
a { background-color: rgb(196,39,189); }
div.DivClassName
{
background-color: #C427BD;
}
.BgClassName
{
background-color: #C427BD;
}
</style>
border-color css
<style>
span { border-color: #C427BD; }
span { border-color: rgb(196,39,189); }
td.TdClassName
{
border-color: #C427BD;
}
.TagClassName
{
border-color: #C427BD;
}
</style>