Shades of Deep Magenta #C817BF
Tints of Deep Magenta #C817BF
RGB
CMYK
RGB Variations
Color information
#C817BF (or 0xC817BF) is known color: Deep Magenta. HEX triplet: C8, 17 and BF. RGB value is (200,23,191). Sum of RGB (Red+Green+Blue) = 200+23+191=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C817BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817BF is #37E840. Grayscale: #5E5E5E. Windows color (decimal): -3663937 or 12523464. OLE color: 12523464.
HSL color Cylindrical-coordinate representation of color #C817BF: hue angle of 303.05º 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 #C817BF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 191 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.22 |
| HSL | 303.05º | 0.79% | 0.44% | - |
| HSV(B) | 303.05º | 0.89% | 0.78% | - |
| XYZ | 33.53 | 16.65 | 50.74 | - |
| YUV | 95.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 191 | 0 | 0.88 | 0.04 | 0.22 | 303.05 | 0.79 | 0.44 |
| Hex | C8 | 17 | BF | 0 | 58 | 4 | 16 | 12F | 4F | 2C |
| Octal | 310 | 27 | 277 | 0 | 130 | 4 | 26 | 457 | 117 | 54 |
| Binary | 11001000 | 10111 | 10111111 | 0 | 1011000 | 100 | 10110 | 100101111 | 1001111 | 101100 |
Color Harmonies of #C817BF
Complementary color
Monochromatic Colors of #C817BF
Black with #C817BF
Text Example
Text Example
White with #C817BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817BF; }
p { color: rgb(200,23,191); }
H1.HeaderClassName
{
color: #C817BF;
}
.AnyTagClassName
{
color: #C817BF;
}
</style>
background-color css
<style>
a { background-color: #C817BF; }
a { background-color: rgb(200,23,191); }
div.DivClassName
{
background-color: #C817BF;
}
.BgClassName
{
background-color: #C817BF;
}
</style>
border-color css
<style>
span { border-color: #C817BF; }
span { border-color: rgb(200,23,191); }
td.TdClassName
{
border-color: #C817BF;
}
.TagClassName
{
border-color: #C817BF;
}
</style>