Shades of Deep Magenta #C607CC
Tints of Deep Magenta #C607CC
RGB
CMYK
RGB Variations
Color information
#C607CC (or 0xC607CC) is known color: Deep Magenta. HEX triplet: C6, 07 and CC. RGB value is (198,7,204). Sum of RGB (Red+Green+Blue) = 198+7+204=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C607CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607CC is #39F833. Grayscale: #555555. Windows color (decimal): -3799092 or 13371334. OLE color: 13371334.
HSL color Cylindrical-coordinate representation of color #C607CC: hue angle of 298.17º 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 #C607CC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 7 | 204 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.2 |
| HSL | 298.17º | 0.93% | 0.41% | - |
| HSV(B) | 298.17º | 0.97% | 0.8% | - |
| XYZ | 34.26 | 16.52 | 58.51 | - |
| YUV | 86.57 | 194.28 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 204 | 0.03 | 0.97 | 0 | 0.2 | 298.17 | 0.93 | 0.41 |
| Hex | C6 | 7 | CC | 3 | 61 | 0 | 14 | 12A | 5D | 29 |
| Octal | 306 | 7 | 314 | 3 | 141 | 0 | 24 | 452 | 135 | 51 |
| Binary | 11000110 | 111 | 11001100 | 11 | 1100001 | 0 | 10100 | 100101010 | 1011101 | 101001 |
Color Harmonies of #C607CC
Complementary color
Monochromatic Colors of #C607CC
Black with #C607CC
Text Example
Text Example
White with #C607CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607CC; }
p { color: rgb(198,7,204); }
H1.HeaderClassName
{
color: #C607CC;
}
.AnyTagClassName
{
color: #C607CC;
}
</style>
background-color css
<style>
a { background-color: #C607CC; }
a { background-color: rgb(198,7,204); }
div.DivClassName
{
background-color: #C607CC;
}
.BgClassName
{
background-color: #C607CC;
}
</style>
border-color css
<style>
span { border-color: #C607CC; }
span { border-color: rgb(198,7,204); }
td.TdClassName
{
border-color: #C607CC;
}
.TagClassName
{
border-color: #C607CC;
}
</style>