Shades of Deep Magenta #C817B9
Tints of Deep Magenta #C817B9
RGB
CMYK
RGB Variations
Color information
#C817B9 (or 0xC817B9) is known color: Deep Magenta. HEX triplet: C8, 17 and B9. RGB value is (200,23,185). Sum of RGB (Red+Green+Blue) = 200+23+185=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C817B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817B9 is #37E846. Grayscale: #5D5D5D. Windows color (decimal): -3663943 or 12130248. OLE color: 12130248.
HSL color Cylindrical-coordinate representation of color #C817B9: hue angle of 305.08º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C817B9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 185 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.22 |
| HSL | 305.08º | 0.79% | 0.44% | - |
| HSV(B) | 305.08º | 0.89% | 0.78% | - |
| XYZ | 32.88 | 16.39 | 47.33 | - |
| YUV | 94.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 185 | 0 | 0.88 | 0.08 | 0.22 | 305.08 | 0.79 | 0.44 |
| Hex | C8 | 17 | B9 | 0 | 58 | 8 | 16 | 131 | 4F | 2C |
| Octal | 310 | 27 | 271 | 0 | 130 | 10 | 26 | 461 | 117 | 54 |
| Binary | 11001000 | 10111 | 10111001 | 0 | 1011000 | 1000 | 10110 | 100110001 | 1001111 | 101100 |
Color Harmonies of #C817B9
Complementary color
Monochromatic Colors of #C817B9
Black with #C817B9
Text Example
Text Example
White with #C817B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817B9; }
p { color: rgb(200,23,185); }
H1.HeaderClassName
{
color: #C817B9;
}
.AnyTagClassName
{
color: #C817B9;
}
</style>
background-color css
<style>
a { background-color: #C817B9; }
a { background-color: rgb(200,23,185); }
div.DivClassName
{
background-color: #C817B9;
}
.BgClassName
{
background-color: #C817B9;
}
</style>
border-color css
<style>
span { border-color: #C817B9; }
span { border-color: rgb(200,23,185); }
td.TdClassName
{
border-color: #C817B9;
}
.TagClassName
{
border-color: #C817B9;
}
</style>