Shades of Deep Magenta #C617CF
Tints of Deep Magenta #C617CF
RGB
CMYK
RGB Variations
Color information
#C617CF (or 0xC617CF) is known color: Deep Magenta. HEX triplet: C6, 17 and CF. RGB value is (198,23,207). Sum of RGB (Red+Green+Blue) = 198+23+207=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C617CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C617CF is #39E830. Grayscale: #5F5F5F. Windows color (decimal): -3794993 or 13572038. OLE color: 13572038.
HSL color Cylindrical-coordinate representation of color #C617CF: hue angle of 297.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C617CF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 23 | 207 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.19 |
| HSL | 297.07º | 0.8% | 0.45% | - |
| HSV(B) | 297.07º | 0.89% | 0.81% | - |
| XYZ | 34.86 | 17.12 | 60.5 | - |
| YUV | 96.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 207 | 0.04 | 0.89 | 0 | 0.19 | 297.07 | 0.8 | 0.45 |
| Hex | C6 | 17 | CF | 4 | 59 | 0 | 13 | 129 | 50 | 2D |
| Octal | 306 | 27 | 317 | 4 | 131 | 0 | 23 | 451 | 120 | 55 |
| Binary | 11000110 | 10111 | 11001111 | 100 | 1011001 | 0 | 10011 | 100101001 | 1010000 | 101101 |
Color Harmonies of #C617CF
Complementary color
Monochromatic Colors of #C617CF
Black with #C617CF
Text Example
Text Example
White with #C617CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617CF; }
p { color: rgb(198,23,207); }
H1.HeaderClassName
{
color: #C617CF;
}
.AnyTagClassName
{
color: #C617CF;
}
</style>
background-color css
<style>
a { background-color: #C617CF; }
a { background-color: rgb(198,23,207); }
div.DivClassName
{
background-color: #C617CF;
}
.BgClassName
{
background-color: #C617CF;
}
</style>
border-color css
<style>
span { border-color: #C617CF; }
span { border-color: rgb(198,23,207); }
td.TdClassName
{
border-color: #C617CF;
}
.TagClassName
{
border-color: #C617CF;
}
</style>