Shades of Deep Magenta #C417BF
Tints of Deep Magenta #C417BF
RGB
CMYK
RGB Variations
Color information
#C417BF (or 0xC417BF) is known color: Deep Magenta. HEX triplet: C4, 17 and BF. RGB value is (196,23,191). Sum of RGB (Red+Green+Blue) = 196+23+191=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C417BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C417BF is #3BE840. Grayscale: #5D5D5D. Windows color (decimal): -3926081 or 12523460. OLE color: 12523460.
HSL color Cylindrical-coordinate representation of color #C417BF: hue angle of 301.73º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C417BF is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 191 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.23 |
| HSL | 301.73º | 0.79% | 0.43% | - |
| HSV(B) | 301.73º | 0.88% | 0.77% | - |
| XYZ | 32.48 | 16.11 | 50.69 | - |
| YUV | 93.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 191 | 0 | 0.88 | 0.03 | 0.23 | 301.73 | 0.79 | 0.43 |
| Hex | C4 | 17 | BF | 0 | 58 | 3 | 17 | 12E | 4F | 2B |
| Octal | 304 | 27 | 277 | 0 | 130 | 3 | 27 | 456 | 117 | 53 |
| Binary | 11000100 | 10111 | 10111111 | 0 | 1011000 | 11 | 10111 | 100101110 | 1001111 | 101011 |
Color Harmonies of #C417BF
Complementary color
Monochromatic Colors of #C417BF
Black with #C417BF
Text Example
Text Example
White with #C417BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417BF; }
p { color: rgb(196,23,191); }
H1.HeaderClassName
{
color: #C417BF;
}
.AnyTagClassName
{
color: #C417BF;
}
</style>
background-color css
<style>
a { background-color: #C417BF; }
a { background-color: rgb(196,23,191); }
div.DivClassName
{
background-color: #C417BF;
}
.BgClassName
{
background-color: #C417BF;
}
</style>
border-color css
<style>
span { border-color: #C417BF; }
span { border-color: rgb(196,23,191); }
td.TdClassName
{
border-color: #C417BF;
}
.TagClassName
{
border-color: #C417BF;
}
</style>