Shades of Deep Magenta #C817C1
Tints of Deep Magenta #C817C1
RGB
CMYK
RGB Variations
Color information
#C817C1 (or 0xC817C1) is known color: Deep Magenta. HEX triplet: C8, 17 and C1. RGB value is (200,23,193). Sum of RGB (Red+Green+Blue) = 200+23+193=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C817C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817C1 is #37E83E. Grayscale: #5E5E5E. Windows color (decimal): -3663935 or 12654536. OLE color: 12654536.
HSL color Cylindrical-coordinate representation of color #C817C1: hue angle of 302.37º 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 #C817C1 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 193 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.22 |
| HSL | 302.37º | 0.79% | 0.44% | - |
| HSV(B) | 302.37º | 0.89% | 0.78% | - |
| XYZ | 33.75 | 16.74 | 51.9 | - |
| YUV | 95.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 193 | 0 | 0.88 | 0.04 | 0.22 | 302.37 | 0.79 | 0.44 |
| Hex | C8 | 17 | C1 | 0 | 58 | 4 | 16 | 12E | 4F | 2C |
| Octal | 310 | 27 | 301 | 0 | 130 | 4 | 26 | 456 | 117 | 54 |
| Binary | 11001000 | 10111 | 11000001 | 0 | 1011000 | 100 | 10110 | 100101110 | 1001111 | 101100 |
Color Harmonies of #C817C1
Complementary color
Monochromatic Colors of #C817C1
Black with #C817C1
Text Example
Text Example
White with #C817C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817C1; }
p { color: rgb(200,23,193); }
H1.HeaderClassName
{
color: #C817C1;
}
.AnyTagClassName
{
color: #C817C1;
}
</style>
background-color css
<style>
a { background-color: #C817C1; }
a { background-color: rgb(200,23,193); }
div.DivClassName
{
background-color: #C817C1;
}
.BgClassName
{
background-color: #C817C1;
}
</style>
border-color css
<style>
span { border-color: #C817C1; }
span { border-color: rgb(200,23,193); }
td.TdClassName
{
border-color: #C817C1;
}
.TagClassName
{
border-color: #C817C1;
}
</style>