Shades of Deep Magenta #C217CF
Tints of Deep Magenta #C217CF
RGB
CMYK
RGB Variations
Color information
#C217CF (or 0xC217CF) is known color: Deep Magenta. HEX triplet: C2, 17 and CF. RGB value is (194,23,207). Sum of RGB (Red+Green+Blue) = 194+23+207=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #C217CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217CF is #3DE830. Grayscale: #5E5E5E. Windows color (decimal): -4057137 or 13572034. OLE color: 13572034.
HSL color Cylindrical-coordinate representation of color #C217CF: hue angle of 295.76º 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 #C217CF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 23 | 207 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.19 |
| HSL | 295.76º | 0.8% | 0.45% | - |
| HSV(B) | 295.76º | 0.89% | 0.81% | - |
| XYZ | 33.82 | 16.59 | 60.45 | - |
| YUV | 95.11 | 191.15 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 207 | 0.06 | 0.89 | 0 | 0.19 | 295.76 | 0.8 | 0.45 |
| Hex | C2 | 17 | CF | 6 | 59 | 0 | 13 | 128 | 50 | 2D |
| Octal | 302 | 27 | 317 | 6 | 131 | 0 | 23 | 450 | 120 | 55 |
| Binary | 11000010 | 10111 | 11001111 | 110 | 1011001 | 0 | 10011 | 100101000 | 1010000 | 101101 |
Color Harmonies of #C217CF
Complementary color
Monochromatic Colors of #C217CF
Black with #C217CF
Text Example
Text Example
White with #C217CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217CF; }
p { color: rgb(194,23,207); }
H1.HeaderClassName
{
color: #C217CF;
}
.AnyTagClassName
{
color: #C217CF;
}
</style>
background-color css
<style>
a { background-color: #C217CF; }
a { background-color: rgb(194,23,207); }
div.DivClassName
{
background-color: #C217CF;
}
.BgClassName
{
background-color: #C217CF;
}
</style>
border-color css
<style>
span { border-color: #C217CF; }
span { border-color: rgb(194,23,207); }
td.TdClassName
{
border-color: #C217CF;
}
.TagClassName
{
border-color: #C217CF;
}
</style>