Shades of Deep Magenta #C407CC
Tints of Deep Magenta #C407CC
RGB
CMYK
RGB Variations
Color information
#C407CC (or 0xC407CC) is known color: Deep Magenta. HEX triplet: C4, 07 and CC. RGB value is (196,7,204). Sum of RGB (Red+Green+Blue) = 196+7+204=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C407CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407CC is #3BF833. Grayscale: #555555. Windows color (decimal): -3930164 or 13371332. OLE color: 13371332.
HSL color Cylindrical-coordinate representation of color #C407CC: hue angle of 297.56º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407CC is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 7 | 204 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.2 |
| HSL | 297.56º | 0.93% | 0.41% | - |
| HSV(B) | 297.56º | 0.97% | 0.8% | - |
| XYZ | 33.74 | 16.25 | 58.48 | - |
| YUV | 85.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 204 | 0.04 | 0.97 | 0 | 0.2 | 297.56 | 0.93 | 0.41 |
| Hex | C4 | 7 | CC | 4 | 61 | 0 | 14 | 12A | 5D | 29 |
| Octal | 304 | 7 | 314 | 4 | 141 | 0 | 24 | 452 | 135 | 51 |
| Binary | 11000100 | 111 | 11001100 | 100 | 1100001 | 0 | 10100 | 100101010 | 1011101 | 101001 |
Color Harmonies of #C407CC
Complementary color
Monochromatic Colors of #C407CC
Black with #C407CC
Text Example
Text Example
White with #C407CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407CC; }
p { color: rgb(196,7,204); }
H1.HeaderClassName
{
color: #C407CC;
}
.AnyTagClassName
{
color: #C407CC;
}
</style>
background-color css
<style>
a { background-color: #C407CC; }
a { background-color: rgb(196,7,204); }
div.DivClassName
{
background-color: #C407CC;
}
.BgClassName
{
background-color: #C407CC;
}
</style>
border-color css
<style>
span { border-color: #C407CC; }
span { border-color: rgb(196,7,204); }
td.TdClassName
{
border-color: #C407CC;
}
.TagClassName
{
border-color: #C407CC;
}
</style>