Shades of Deep Magenta #C617AF
Tints of Deep Magenta #C617AF
RGB
CMYK
RGB Variations
Color information
#C617AF (or 0xC617AF) is known color: Deep Magenta. HEX triplet: C6, 17 and AF. RGB value is (198,23,175). Sum of RGB (Red+Green+Blue) = 198+23+175=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C617AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C617AF is #39E850. Grayscale: #5C5C5C. Windows color (decimal): -3795025 or 11474886. OLE color: 11474886.
HSL color Cylindrical-coordinate representation of color #C617AF: hue angle of 307.89º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C617AF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.22 |
| HSL | 307.89º | 0.79% | 0.43% | - |
| HSV(B) | 307.89º | 0.88% | 0.78% | - |
| XYZ | 31.33 | 15.71 | 41.94 | - |
| YUV | 92.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 175 | 0 | 0.88 | 0.12 | 0.22 | 307.89 | 0.79 | 0.43 |
| Hex | C6 | 17 | AF | 0 | 58 | C | 16 | 134 | 4F | 2B |
| Octal | 306 | 27 | 257 | 0 | 130 | 14 | 26 | 464 | 117 | 53 |
| Binary | 11000110 | 10111 | 10101111 | 0 | 1011000 | 1100 | 10110 | 100110100 | 1001111 | 101011 |
Color Harmonies of #C617AF
Complementary color
Monochromatic Colors of #C617AF
Black with #C617AF
Text Example
Text Example
White with #C617AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617AF; }
p { color: rgb(198,23,175); }
H1.HeaderClassName
{
color: #C617AF;
}
.AnyTagClassName
{
color: #C617AF;
}
</style>
background-color css
<style>
a { background-color: #C617AF; }
a { background-color: rgb(198,23,175); }
div.DivClassName
{
background-color: #C617AF;
}
.BgClassName
{
background-color: #C617AF;
}
</style>
border-color css
<style>
span { border-color: #C617AF; }
span { border-color: rgb(198,23,175); }
td.TdClassName
{
border-color: #C617AF;
}
.TagClassName
{
border-color: #C617AF;
}
</style>