Shades of Deep Magenta #C217B5
Tints of Deep Magenta #C217B5
RGB
CMYK
RGB Variations
Color information
#C217B5 (or 0xC217B5) is known color: Deep Magenta. HEX triplet: C2, 17 and B5. RGB value is (194,23,181). Sum of RGB (Red+Green+Blue) = 194+23+181=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C217B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217B5 is #3DE84A. Grayscale: #5B5B5B. Windows color (decimal): -4057163 or 11868098. OLE color: 11868098.
HSL color Cylindrical-coordinate representation of color #C217B5: hue angle of 304.56º 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 #C217B5 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 181 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.24 |
| HSL | 304.56º | 0.79% | 0.43% | - |
| HSV(B) | 304.56º | 0.88% | 0.76% | - |
| XYZ | 30.9 | 15.42 | 45.06 | - |
| YUV | 92.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 181 | 0 | 0.88 | 0.07 | 0.24 | 304.56 | 0.79 | 0.43 |
| Hex | C2 | 17 | B5 | 0 | 58 | 7 | 18 | 131 | 4F | 2B |
| Octal | 302 | 27 | 265 | 0 | 130 | 7 | 30 | 461 | 117 | 53 |
| Binary | 11000010 | 10111 | 10110101 | 0 | 1011000 | 111 | 11000 | 100110001 | 1001111 | 101011 |
Color Harmonies of #C217B5
Complementary color
Monochromatic Colors of #C217B5
Black with #C217B5
Text Example
Text Example
White with #C217B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217B5; }
p { color: rgb(194,23,181); }
H1.HeaderClassName
{
color: #C217B5;
}
.AnyTagClassName
{
color: #C217B5;
}
</style>
background-color css
<style>
a { background-color: #C217B5; }
a { background-color: rgb(194,23,181); }
div.DivClassName
{
background-color: #C217B5;
}
.BgClassName
{
background-color: #C217B5;
}
</style>
border-color css
<style>
span { border-color: #C217B5; }
span { border-color: rgb(194,23,181); }
td.TdClassName
{
border-color: #C217B5;
}
.TagClassName
{
border-color: #C217B5;
}
</style>