Shades of Deep Magenta #C617BD
Tints of Deep Magenta #C617BD
RGB
CMYK
RGB Variations
Color information
#C617BD (or 0xC617BD) is known color: Deep Magenta. HEX triplet: C6, 17 and BD. RGB value is (198,23,189). Sum of RGB (Red+Green+Blue) = 198+23+189=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C617BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C617BD is #39E842. Grayscale: #5D5D5D. Windows color (decimal): -3795011 or 12392390. OLE color: 12392390.
HSL color Cylindrical-coordinate representation of color #C617BD: hue angle of 303.09º 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 #C617BD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 189 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.22 |
| HSL | 303.09º | 0.79% | 0.43% | - |
| HSV(B) | 303.09º | 0.88% | 0.78% | - |
| XYZ | 32.78 | 16.29 | 49.56 | - |
| YUV | 94.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 189 | 0 | 0.88 | 0.05 | 0.22 | 303.09 | 0.79 | 0.43 |
| Hex | C6 | 17 | BD | 0 | 58 | 5 | 16 | 12F | 4F | 2B |
| Octal | 306 | 27 | 275 | 0 | 130 | 5 | 26 | 457 | 117 | 53 |
| Binary | 11000110 | 10111 | 10111101 | 0 | 1011000 | 101 | 10110 | 100101111 | 1001111 | 101011 |
Color Harmonies of #C617BD
Complementary color
Monochromatic Colors of #C617BD
Black with #C617BD
Text Example
Text Example
White with #C617BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617BD; }
p { color: rgb(198,23,189); }
H1.HeaderClassName
{
color: #C617BD;
}
.AnyTagClassName
{
color: #C617BD;
}
</style>
background-color css
<style>
a { background-color: #C617BD; }
a { background-color: rgb(198,23,189); }
div.DivClassName
{
background-color: #C617BD;
}
.BgClassName
{
background-color: #C617BD;
}
</style>
border-color css
<style>
span { border-color: #C617BD; }
span { border-color: rgb(198,23,189); }
td.TdClassName
{
border-color: #C617BD;
}
.TagClassName
{
border-color: #C617BD;
}
</style>