Shades of Deep Magenta #C817B0
Tints of Deep Magenta #C817B0
RGB
CMYK
RGB Variations
Color information
#C817B0 (or 0xC817B0) is known color: Deep Magenta. HEX triplet: C8, 17 and B0. RGB value is (200,23,176). Sum of RGB (Red+Green+Blue) = 200+23+176=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C817B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C817B0 is #37E84F. Grayscale: #5C5C5C. Windows color (decimal): -3663952 or 11540424. OLE color: 11540424.
HSL color Cylindrical-coordinate representation of color #C817B0: hue angle of 308.14º 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 #C817B0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 176 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.22 |
| HSL | 308.14º | 0.79% | 0.44% | - |
| HSV(B) | 308.14º | 0.89% | 0.78% | - |
| XYZ | 31.96 | 16.03 | 42.48 | - |
| YUV | 93.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 176 | 0 | 0.88 | 0.12 | 0.22 | 308.14 | 0.79 | 0.44 |
| Hex | C8 | 17 | B0 | 0 | 58 | C | 16 | 134 | 4F | 2C |
| Octal | 310 | 27 | 260 | 0 | 130 | 14 | 26 | 464 | 117 | 54 |
| Binary | 11001000 | 10111 | 10110000 | 0 | 1011000 | 1100 | 10110 | 100110100 | 1001111 | 101100 |
Color Harmonies of #C817B0
Complementary color
Monochromatic Colors of #C817B0
Black with #C817B0
Text Example
Text Example
White with #C817B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817B0; }
p { color: rgb(200,23,176); }
H1.HeaderClassName
{
color: #C817B0;
}
.AnyTagClassName
{
color: #C817B0;
}
</style>
background-color css
<style>
a { background-color: #C817B0; }
a { background-color: rgb(200,23,176); }
div.DivClassName
{
background-color: #C817B0;
}
.BgClassName
{
background-color: #C817B0;
}
</style>
border-color css
<style>
span { border-color: #C817B0; }
span { border-color: rgb(200,23,176); }
td.TdClassName
{
border-color: #C817B0;
}
.TagClassName
{
border-color: #C817B0;
}
</style>