Shades of Deep Magenta #C617DA
Tints of Deep Magenta #C617DA
RGB
CMYK
RGB Variations
Color information
#C617DA (or 0xC617DA) is known color: Deep Magenta. HEX triplet: C6, 17 and DA. RGB value is (198,23,218). Sum of RGB (Red+Green+Blue) = 198+23+218=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #C617DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C617DA is #39E825. Grayscale: #606060. Windows color (decimal): -3794982 or 14292934. OLE color: 14292934.
HSL color Cylindrical-coordinate representation of color #C617DA: hue angle of 293.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C617DA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 23 | 218 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.15 |
| HSL | 293.85º | 0.81% | 0.47% | - |
| HSV(B) | 293.85º | 0.89% | 0.85% | - |
| XYZ | 36.25 | 17.68 | 67.83 | - |
| YUV | 97.56 | 195.98 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 218 | 0.09 | 0.89 | 0 | 0.15 | 293.85 | 0.81 | 0.47 |
| Hex | C6 | 17 | DA | 9 | 59 | 0 | F | 126 | 51 | 2F |
| Octal | 306 | 27 | 332 | 11 | 131 | 0 | 17 | 446 | 121 | 57 |
| Binary | 11000110 | 10111 | 11011010 | 1001 | 1011001 | 0 | 1111 | 100100110 | 1010001 | 101111 |
Color Harmonies of #C617DA
Complementary color
Monochromatic Colors of #C617DA
Black with #C617DA
Text Example
Text Example
White with #C617DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617DA; }
p { color: rgb(198,23,218); }
H1.HeaderClassName
{
color: #C617DA;
}
.AnyTagClassName
{
color: #C617DA;
}
</style>
background-color css
<style>
a { background-color: #C617DA; }
a { background-color: rgb(198,23,218); }
div.DivClassName
{
background-color: #C617DA;
}
.BgClassName
{
background-color: #C617DA;
}
</style>
border-color css
<style>
span { border-color: #C617DA; }
span { border-color: rgb(198,23,218); }
td.TdClassName
{
border-color: #C617DA;
}
.TagClassName
{
border-color: #C617DA;
}
</style>