Shades of Deep Magenta #C427CB
Tints of Deep Magenta #C427CB
RGB
CMYK
RGB Variations
Color information
#C427CB (or 0xC427CB) is known color: Deep Magenta. HEX triplet: C4, 27 and CB. RGB value is (196,39,203). Sum of RGB (Red+Green+Blue) = 196+39+203=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #C427CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427CB is #3BD834. Grayscale: #686868. Windows color (decimal): -3921973 or 13313988. OLE color: 13313988.
HSL color Cylindrical-coordinate representation of color #C427CB: hue angle of 297.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C427CB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 39 | 203 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.20 |
| HSL | 297.44º | 0.68% | 0.47% | - |
| HSV(B) | 297.44º | 0.81% | 0.8% | - |
| XYZ | 34.27 | 17.5 | 58.07 | - |
| YUV | 104.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 203 | 0.03 | 0.81 | 0 | 0.20 | 297.44 | 0.68 | 0.47 |
| Hex | C4 | 27 | CB | 3 | 51 | 0 | 14 | 129 | 44 | 2F |
| Octal | 304 | 47 | 313 | 3 | 121 | 0 | 24 | 451 | 104 | 57 |
| Binary | 11000100 | 100111 | 11001011 | 11 | 1010001 | 0 | 10100 | 100101001 | 1000100 | 101111 |
Color Harmonies of #C427CB
Complementary color
Monochromatic Colors of #C427CB
Black with #C427CB
Text Example
Text Example
White with #C427CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427CB; }
p { color: rgb(196,39,203); }
H1.HeaderClassName
{
color: #C427CB;
}
.AnyTagClassName
{
color: #C427CB;
}
</style>
background-color css
<style>
a { background-color: #C427CB; }
a { background-color: rgb(196,39,203); }
div.DivClassName
{
background-color: #C427CB;
}
.BgClassName
{
background-color: #C427CB;
}
</style>
border-color css
<style>
span { border-color: #C427CB; }
span { border-color: rgb(196,39,203); }
td.TdClassName
{
border-color: #C427CB;
}
.TagClassName
{
border-color: #C427CB;
}
</style>