Shades of Deep Magenta #C217BB
Tints of Deep Magenta #C217BB
RGB
CMYK
RGB Variations
Color information
#C217BB (or 0xC217BB) is known color: Deep Magenta. HEX triplet: C2, 17 and BB. RGB value is (194,23,187). Sum of RGB (Red+Green+Blue) = 194+23+187=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C217BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217BB is #3DE844. Grayscale: #5C5C5C. Windows color (decimal): -4057157 or 12261314. OLE color: 12261314.
HSL color Cylindrical-coordinate representation of color #C217BB: hue angle of 302.46º 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 #C217BB is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 187 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.24 |
| HSL | 302.46º | 0.79% | 0.43% | - |
| HSV(B) | 302.46º | 0.88% | 0.76% | - |
| XYZ | 31.52 | 15.67 | 48.38 | - |
| YUV | 92.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 187 | 0 | 0.88 | 0.04 | 0.24 | 302.46 | 0.79 | 0.43 |
| Hex | C2 | 17 | BB | 0 | 58 | 4 | 18 | 12E | 4F | 2B |
| Octal | 302 | 27 | 273 | 0 | 130 | 4 | 30 | 456 | 117 | 53 |
| Binary | 11000010 | 10111 | 10111011 | 0 | 1011000 | 100 | 11000 | 100101110 | 1001111 | 101011 |
Color Harmonies of #C217BB
Complementary color
Monochromatic Colors of #C217BB
Black with #C217BB
Text Example
Text Example
White with #C217BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217BB; }
p { color: rgb(194,23,187); }
H1.HeaderClassName
{
color: #C217BB;
}
.AnyTagClassName
{
color: #C217BB;
}
</style>
background-color css
<style>
a { background-color: #C217BB; }
a { background-color: rgb(194,23,187); }
div.DivClassName
{
background-color: #C217BB;
}
.BgClassName
{
background-color: #C217BB;
}
</style>
border-color css
<style>
span { border-color: #C217BB; }
span { border-color: rgb(194,23,187); }
td.TdClassName
{
border-color: #C217BB;
}
.TagClassName
{
border-color: #C217BB;
}
</style>