Shades of Deep Magenta #C817B6
Tints of Deep Magenta #C817B6
RGB
CMYK
RGB Variations
Color information
#C817B6 (or 0xC817B6) is known color: Deep Magenta. HEX triplet: C8, 17 and B6. RGB value is (200,23,182). Sum of RGB (Red+Green+Blue) = 200+23+182=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C817B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817B6 is #37E849. Grayscale: #5D5D5D. Windows color (decimal): -3663946 or 11933640. OLE color: 11933640.
HSL color Cylindrical-coordinate representation of color #C817B6: hue angle of 306.1º 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 #C817B6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 182 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.22 |
| HSL | 306.1º | 0.79% | 0.44% | - |
| HSV(B) | 306.1º | 0.89% | 0.78% | - |
| XYZ | 32.57 | 16.27 | 45.68 | - |
| YUV | 94.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 182 | 0 | 0.88 | 0.09 | 0.22 | 306.1 | 0.79 | 0.44 |
| Hex | C8 | 17 | B6 | 0 | 58 | 9 | 16 | 132 | 4F | 2C |
| Octal | 310 | 27 | 266 | 0 | 130 | 11 | 26 | 462 | 117 | 54 |
| Binary | 11001000 | 10111 | 10110110 | 0 | 1011000 | 1001 | 10110 | 100110010 | 1001111 | 101100 |
Color Harmonies of #C817B6
Complementary color
Monochromatic Colors of #C817B6
Black with #C817B6
Text Example
Text Example
White with #C817B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817B6; }
p { color: rgb(200,23,182); }
H1.HeaderClassName
{
color: #C817B6;
}
.AnyTagClassName
{
color: #C817B6;
}
</style>
background-color css
<style>
a { background-color: #C817B6; }
a { background-color: rgb(200,23,182); }
div.DivClassName
{
background-color: #C817B6;
}
.BgClassName
{
background-color: #C817B6;
}
</style>
border-color css
<style>
span { border-color: #C817B6; }
span { border-color: rgb(200,23,182); }
td.TdClassName
{
border-color: #C817B6;
}
.TagClassName
{
border-color: #C817B6;
}
</style>