Shades of Deep Magenta #C007CF
Tints of Deep Magenta #C007CF
RGB
CMYK
RGB Variations
Color information
#C007CF (or 0xC007CF) is known color: Deep Magenta. HEX triplet: C0, 07 and CF. RGB value is (192,7,207). Sum of RGB (Red+Green+Blue) = 192+7+207=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #C007CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007CF is #3FF830. Grayscale: #545454. Windows color (decimal): -4192305 or 13567936. OLE color: 13567936.
HSL color Cylindrical-coordinate representation of color #C007CF: hue angle of 295.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007CF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 7 | 207 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.19 |
| HSL | 295.5º | 0.93% | 0.42% | - |
| HSV(B) | 295.5º | 0.97% | 0.81% | - |
| XYZ | 33.08 | 15.86 | 60.35 | - |
| YUV | 85.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 207 | 0.07 | 0.97 | 0 | 0.19 | 295.5 | 0.93 | 0.42 |
| Hex | C0 | 7 | CF | 7 | 61 | 0 | 13 | 128 | 5D | 2A |
| Octal | 300 | 7 | 317 | 7 | 141 | 0 | 23 | 450 | 135 | 52 |
| Binary | 11000000 | 111 | 11001111 | 111 | 1100001 | 0 | 10011 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C007CF
Complementary color
Monochromatic Colors of #C007CF
Black with #C007CF
Text Example
Text Example
White with #C007CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007CF; }
p { color: rgb(192,7,207); }
H1.HeaderClassName
{
color: #C007CF;
}
.AnyTagClassName
{
color: #C007CF;
}
</style>
background-color css
<style>
a { background-color: #C007CF; }
a { background-color: rgb(192,7,207); }
div.DivClassName
{
background-color: #C007CF;
}
.BgClassName
{
background-color: #C007CF;
}
</style>
border-color css
<style>
span { border-color: #C007CF; }
span { border-color: rgb(192,7,207); }
td.TdClassName
{
border-color: #C007CF;
}
.TagClassName
{
border-color: #C007CF;
}
</style>