Shades of Deep Magenta #C417CF
Tints of Deep Magenta #C417CF
RGB
CMYK
RGB Variations
Color information
#C417CF (or 0xC417CF) is known color: Deep Magenta. HEX triplet: C4, 17 and CF. RGB value is (196,23,207). Sum of RGB (Red+Green+Blue) = 196+23+207=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #C417CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C417CF is #3BE830. Grayscale: #5F5F5F. Windows color (decimal): -3926065 or 13572036. OLE color: 13572036.
HSL color Cylindrical-coordinate representation of color #C417CF: hue angle of 296.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C417CF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 23 | 207 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.19 |
| HSL | 296.41º | 0.8% | 0.45% | - |
| HSV(B) | 296.41º | 0.89% | 0.81% | - |
| XYZ | 34.33 | 16.85 | 60.47 | - |
| YUV | 95.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 207 | 0.05 | 0.89 | 0 | 0.19 | 296.41 | 0.8 | 0.45 |
| Hex | C4 | 17 | CF | 5 | 59 | 0 | 13 | 128 | 50 | 2D |
| Octal | 304 | 27 | 317 | 5 | 131 | 0 | 23 | 450 | 120 | 55 |
| Binary | 11000100 | 10111 | 11001111 | 101 | 1011001 | 0 | 10011 | 100101000 | 1010000 | 101101 |
Color Harmonies of #C417CF
Complementary color
Monochromatic Colors of #C417CF
Black with #C417CF
Text Example
Text Example
White with #C417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417CF; }
p { color: rgb(196,23,207); }
H1.HeaderClassName
{
color: #C417CF;
}
.AnyTagClassName
{
color: #C417CF;
}
</style>
background-color css
<style>
a { background-color: #C417CF; }
a { background-color: rgb(196,23,207); }
div.DivClassName
{
background-color: #C417CF;
}
.BgClassName
{
background-color: #C417CF;
}
</style>
border-color css
<style>
span { border-color: #C417CF; }
span { border-color: rgb(196,23,207); }
td.TdClassName
{
border-color: #C417CF;
}
.TagClassName
{
border-color: #C417CF;
}
</style>