Shades of Deep Magenta #C427B3
Tints of Deep Magenta #C427B3
RGB
CMYK
RGB Variations
Color information
#C427B3 (or 0xC427B3) is known color: Deep Magenta. HEX triplet: C4, 27 and B3. RGB value is (196,39,179). Sum of RGB (Red+Green+Blue) = 196+39+179=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C427B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427B3 is #3BD84C. Grayscale: #656565. Windows color (decimal): -3921997 or 11741124. OLE color: 11741124.
HSL color Cylindrical-coordinate representation of color #C427B3: hue angle of 306.5º 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 #C427B3 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 179 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.23 |
| HSL | 306.5º | 0.67% | 0.46% | - |
| HSV(B) | 306.5º | 0.8% | 0.77% | - |
| XYZ | 31.63 | 16.44 | 44.15 | - |
| YUV | 101.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 179 | 0 | 0.80 | 0.09 | 0.23 | 306.5 | 0.67 | 0.46 |
| Hex | C4 | 27 | B3 | 0 | 50 | 9 | 17 | 132 | 43 | 2E |
| Octal | 304 | 47 | 263 | 0 | 120 | 11 | 27 | 462 | 103 | 56 |
| Binary | 11000100 | 100111 | 10110011 | 0 | 1010000 | 1001 | 10111 | 100110010 | 1000011 | 101110 |
Color Harmonies of #C427B3
Complementary color
Monochromatic Colors of #C427B3
Black with #C427B3
Text Example
Text Example
White with #C427B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427B3; }
p { color: rgb(196,39,179); }
H1.HeaderClassName
{
color: #C427B3;
}
.AnyTagClassName
{
color: #C427B3;
}
</style>
background-color css
<style>
a { background-color: #C427B3; }
a { background-color: rgb(196,39,179); }
div.DivClassName
{
background-color: #C427B3;
}
.BgClassName
{
background-color: #C427B3;
}
</style>
border-color css
<style>
span { border-color: #C427B3; }
span { border-color: rgb(196,39,179); }
td.TdClassName
{
border-color: #C427B3;
}
.TagClassName
{
border-color: #C427B3;
}
</style>