Shades of Deep Magenta #C607CA
Tints of Deep Magenta #C607CA
RGB
CMYK
RGB Variations
Color information
#C607CA (or 0xC607CA) is known color: Deep Magenta. HEX triplet: C6, 07 and CA. RGB value is (198,7,202). Sum of RGB (Red+Green+Blue) = 198+7+202=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C607CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607CA is #39F835. Grayscale: #555555. Windows color (decimal): -3799094 or 13240262. OLE color: 13240262.
HSL color Cylindrical-coordinate representation of color #C607CA: hue angle of 298.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C607CA is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 7 | 202 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.21 |
| HSL | 298.77º | 0.93% | 0.41% | - |
| HSV(B) | 298.77º | 0.97% | 0.79% | - |
| XYZ | 34.03 | 16.42 | 57.25 | - |
| YUV | 86.34 | 193.28 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 202 | 0.02 | 0.97 | 0 | 0.21 | 298.77 | 0.93 | 0.41 |
| Hex | C6 | 7 | CA | 2 | 61 | 0 | 15 | 12B | 5D | 29 |
| Octal | 306 | 7 | 312 | 2 | 141 | 0 | 25 | 453 | 135 | 51 |
| Binary | 11000110 | 111 | 11001010 | 10 | 1100001 | 0 | 10101 | 100101011 | 1011101 | 101001 |
Color Harmonies of #C607CA
Complementary color
Monochromatic Colors of #C607CA
Black with #C607CA
Text Example
Text Example
White with #C607CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607CA; }
p { color: rgb(198,7,202); }
H1.HeaderClassName
{
color: #C607CA;
}
.AnyTagClassName
{
color: #C607CA;
}
</style>
background-color css
<style>
a { background-color: #C607CA; }
a { background-color: rgb(198,7,202); }
div.DivClassName
{
background-color: #C607CA;
}
.BgClassName
{
background-color: #C607CA;
}
</style>
border-color css
<style>
span { border-color: #C607CA; }
span { border-color: rgb(198,7,202); }
td.TdClassName
{
border-color: #C607CA;
}
.TagClassName
{
border-color: #C607CA;
}
</style>