Shades of Deep Magenta #C427CC
Tints of Deep Magenta #C427CC
RGB
CMYK
RGB Variations
Color information
#C427CC (or 0xC427CC) is known color: Deep Magenta. HEX triplet: C4, 27 and CC. RGB value is (196,39,204). Sum of RGB (Red+Green+Blue) = 196+39+204=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C427CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427CC is #3BD833. Grayscale: #686868. Windows color (decimal): -3921972 or 13379524. OLE color: 13379524.
HSL color Cylindrical-coordinate representation of color #C427CC: hue angle of 297.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C427CC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 39 | 204 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.2 |
| HSL | 297.09º | 0.68% | 0.48% | - |
| HSV(B) | 297.09º | 0.81% | 0.8% | - |
| XYZ | 34.39 | 17.55 | 58.7 | - |
| YUV | 104.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 204 | 0.04 | 0.81 | 0 | 0.2 | 297.09 | 0.68 | 0.48 |
| Hex | C4 | 27 | CC | 4 | 51 | 0 | 14 | 129 | 44 | 30 |
| Octal | 304 | 47 | 314 | 4 | 121 | 0 | 24 | 451 | 104 | 60 |
| Binary | 11000100 | 100111 | 11001100 | 100 | 1010001 | 0 | 10100 | 100101001 | 1000100 | 110000 |
Color Harmonies of #C427CC
Complementary color
Monochromatic Colors of #C427CC
Black with #C427CC
Text Example
Text Example
White with #C427CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427CC; }
p { color: rgb(196,39,204); }
H1.HeaderClassName
{
color: #C427CC;
}
.AnyTagClassName
{
color: #C427CC;
}
</style>
background-color css
<style>
a { background-color: #C427CC; }
a { background-color: rgb(196,39,204); }
div.DivClassName
{
background-color: #C427CC;
}
.BgClassName
{
background-color: #C427CC;
}
</style>
border-color css
<style>
span { border-color: #C427CC; }
span { border-color: rgb(196,39,204); }
td.TdClassName
{
border-color: #C427CC;
}
.TagClassName
{
border-color: #C427CC;
}
</style>