Shades of Deep Magenta #C817BA
Tints of Deep Magenta #C817BA
RGB
CMYK
RGB Variations
Color information
#C817BA (or 0xC817BA) is known color: Deep Magenta. HEX triplet: C8, 17 and BA. RGB value is (200,23,186). Sum of RGB (Red+Green+Blue) = 200+23+186=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C817BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817BA is #37E845. Grayscale: #5E5E5E. Windows color (decimal): -3663942 or 12195784. OLE color: 12195784.
HSL color Cylindrical-coordinate representation of color #C817BA: hue angle of 304.75º 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 #C817BA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 186 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.22 |
| HSL | 304.75º | 0.79% | 0.44% | - |
| HSV(B) | 304.75º | 0.89% | 0.78% | - |
| XYZ | 32.99 | 16.44 | 47.89 | - |
| YUV | 94.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 186 | 0 | 0.88 | 0.07 | 0.22 | 304.75 | 0.79 | 0.44 |
| Hex | C8 | 17 | BA | 0 | 58 | 7 | 16 | 131 | 4F | 2C |
| Octal | 310 | 27 | 272 | 0 | 130 | 7 | 26 | 461 | 117 | 54 |
| Binary | 11001000 | 10111 | 10111010 | 0 | 1011000 | 111 | 10110 | 100110001 | 1001111 | 101100 |
Color Harmonies of #C817BA
Complementary color
Monochromatic Colors of #C817BA
Black with #C817BA
Text Example
Text Example
White with #C817BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817BA; }
p { color: rgb(200,23,186); }
H1.HeaderClassName
{
color: #C817BA;
}
.AnyTagClassName
{
color: #C817BA;
}
</style>
background-color css
<style>
a { background-color: #C817BA; }
a { background-color: rgb(200,23,186); }
div.DivClassName
{
background-color: #C817BA;
}
.BgClassName
{
background-color: #C817BA;
}
</style>
border-color css
<style>
span { border-color: #C817BA; }
span { border-color: rgb(200,23,186); }
td.TdClassName
{
border-color: #C817BA;
}
.TagClassName
{
border-color: #C817BA;
}
</style>