Shades of Deep Magenta #C607DF
Tints of Deep Magenta #C607DF
RGB
CMYK
RGB Variations
Color information
#C607DF (or 0xC607DF) is known color: Deep Magenta. HEX triplet: C6, 07 and DF. RGB value is (198,7,223). Sum of RGB (Red+Green+Blue) = 198+7+223=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C607DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607DF is #39F820. Grayscale: #585858. Windows color (decimal): -3799073 or 14616518. OLE color: 14616518.
HSL color Cylindrical-coordinate representation of color #C607DF: hue angle of 293.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C607DF is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 7 | 223 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.13 |
| HSL | 293.06º | 0.94% | 0.45% | - |
| HSV(B) | 293.06º | 0.97% | 0.87% | - |
| XYZ | 36.68 | 17.49 | 71.25 | - |
| YUV | 88.73 | 203.78 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 223 | 0.11 | 0.97 | 0 | 0.13 | 293.06 | 0.94 | 0.45 |
| Hex | C6 | 7 | DF | B | 61 | 0 | D | 125 | 5E | 2D |
| Octal | 306 | 7 | 337 | 13 | 141 | 0 | 15 | 445 | 136 | 55 |
| Binary | 11000110 | 111 | 11011111 | 1011 | 1100001 | 0 | 1101 | 100100101 | 1011110 | 101101 |
Color Harmonies of #C607DF
Complementary color
Monochromatic Colors of #C607DF
Black with #C607DF
Text Example
Text Example
White with #C607DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607DF; }
p { color: rgb(198,7,223); }
H1.HeaderClassName
{
color: #C607DF;
}
.AnyTagClassName
{
color: #C607DF;
}
</style>
background-color css
<style>
a { background-color: #C607DF; }
a { background-color: rgb(198,7,223); }
div.DivClassName
{
background-color: #C607DF;
}
.BgClassName
{
background-color: #C607DF;
}
</style>
border-color css
<style>
span { border-color: #C607DF; }
span { border-color: rgb(198,7,223); }
td.TdClassName
{
border-color: #C607DF;
}
.TagClassName
{
border-color: #C607DF;
}
</style>