Shades of Deep Magenta #C507CC
Tints of Deep Magenta #C507CC
RGB
CMYK
RGB Variations
Color information
#C507CC (or 0xC507CC) is known color: Deep Magenta. HEX triplet: C5, 07 and CC. RGB value is (197,7,204). Sum of RGB (Red+Green+Blue) = 197+7+204=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C507CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507CC is #3AF833. Grayscale: #555555. Windows color (decimal): -3864628 or 13371333. OLE color: 13371333.
HSL color Cylindrical-coordinate representation of color #C507CC: hue angle of 297.87º 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 #C507CC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 7 | 204 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.2 |
| HSL | 297.87º | 0.93% | 0.41% | - |
| HSV(B) | 297.87º | 0.97% | 0.8% | - |
| XYZ | 34 | 16.38 | 58.5 | - |
| YUV | 86.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 204 | 0.03 | 0.97 | 0 | 0.2 | 297.87 | 0.93 | 0.41 |
| Hex | C5 | 7 | CC | 3 | 61 | 0 | 14 | 12A | 5D | 29 |
| Octal | 305 | 7 | 314 | 3 | 141 | 0 | 24 | 452 | 135 | 51 |
| Binary | 11000101 | 111 | 11001100 | 11 | 1100001 | 0 | 10100 | 100101010 | 1011101 | 101001 |
Color Harmonies of #C507CC
Complementary color
Monochromatic Colors of #C507CC
Black with #C507CC
Text Example
Text Example
White with #C507CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507CC; }
p { color: rgb(197,7,204); }
H1.HeaderClassName
{
color: #C507CC;
}
.AnyTagClassName
{
color: #C507CC;
}
</style>
background-color css
<style>
a { background-color: #C507CC; }
a { background-color: rgb(197,7,204); }
div.DivClassName
{
background-color: #C507CC;
}
.BgClassName
{
background-color: #C507CC;
}
</style>
border-color css
<style>
span { border-color: #C507CC; }
span { border-color: rgb(197,7,204); }
td.TdClassName
{
border-color: #C507CC;
}
.TagClassName
{
border-color: #C507CC;
}
</style>