Shades of Deep Magenta #C217BC
Tints of Deep Magenta #C217BC
RGB
CMYK
RGB Variations
Color information
#C217BC (or 0xC217BC) is known color: Deep Magenta. HEX triplet: C2, 17 and BC. RGB value is (194,23,188). Sum of RGB (Red+Green+Blue) = 194+23+188=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C217BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217BC is #3DE843. Grayscale: #5C5C5C. Windows color (decimal): -4057156 or 12326850. OLE color: 12326850.
HSL color Cylindrical-coordinate representation of color #C217BC: hue angle of 302.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C217BC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 188 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.24 |
| HSL | 302.11º | 0.79% | 0.43% | - |
| HSV(B) | 302.11º | 0.88% | 0.76% | - |
| XYZ | 31.63 | 15.71 | 48.94 | - |
| YUV | 92.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 188 | 0 | 0.88 | 0.03 | 0.24 | 302.11 | 0.79 | 0.43 |
| Hex | C2 | 17 | BC | 0 | 58 | 3 | 18 | 12E | 4F | 2B |
| Octal | 302 | 27 | 274 | 0 | 130 | 3 | 30 | 456 | 117 | 53 |
| Binary | 11000010 | 10111 | 10111100 | 0 | 1011000 | 11 | 11000 | 100101110 | 1001111 | 101011 |
Color Harmonies of #C217BC
Complementary color
Monochromatic Colors of #C217BC
Black with #C217BC
Text Example
Text Example
White with #C217BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217BC; }
p { color: rgb(194,23,188); }
H1.HeaderClassName
{
color: #C217BC;
}
.AnyTagClassName
{
color: #C217BC;
}
</style>
background-color css
<style>
a { background-color: #C217BC; }
a { background-color: rgb(194,23,188); }
div.DivClassName
{
background-color: #C217BC;
}
.BgClassName
{
background-color: #C217BC;
}
</style>
border-color css
<style>
span { border-color: #C217BC; }
span { border-color: rgb(194,23,188); }
td.TdClassName
{
border-color: #C217BC;
}
.TagClassName
{
border-color: #C217BC;
}
</style>