Shades of Deep Magenta #C217CC
Tints of Deep Magenta #C217CC
RGB
CMYK
RGB Variations
Color information
#C217CC (or 0xC217CC) is known color: Deep Magenta. HEX triplet: C2, 17 and CC. RGB value is (194,23,204). Sum of RGB (Red+Green+Blue) = 194+23+204=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #C217CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217CC is #3DE833. Grayscale: #5E5E5E. Windows color (decimal): -4057140 or 13375426. OLE color: 13375426.
HSL color Cylindrical-coordinate representation of color #C217CC: hue angle of 296.69º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C217CC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 23 | 204 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.2 |
| HSL | 296.69º | 0.8% | 0.45% | - |
| HSV(B) | 296.69º | 0.89% | 0.8% | - |
| XYZ | 33.45 | 16.44 | 58.54 | - |
| YUV | 94.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 204 | 0.05 | 0.89 | 0 | 0.2 | 296.69 | 0.8 | 0.45 |
| Hex | C2 | 17 | CC | 5 | 59 | 0 | 14 | 129 | 50 | 2D |
| Octal | 302 | 27 | 314 | 5 | 131 | 0 | 24 | 451 | 120 | 55 |
| Binary | 11000010 | 10111 | 11001100 | 101 | 1011001 | 0 | 10100 | 100101001 | 1010000 | 101101 |
Color Harmonies of #C217CC
Complementary color
Monochromatic Colors of #C217CC
Black with #C217CC
Text Example
Text Example
White with #C217CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217CC; }
p { color: rgb(194,23,204); }
H1.HeaderClassName
{
color: #C217CC;
}
.AnyTagClassName
{
color: #C217CC;
}
</style>
background-color css
<style>
a { background-color: #C217CC; }
a { background-color: rgb(194,23,204); }
div.DivClassName
{
background-color: #C217CC;
}
.BgClassName
{
background-color: #C217CC;
}
</style>
border-color css
<style>
span { border-color: #C217CC; }
span { border-color: rgb(194,23,204); }
td.TdClassName
{
border-color: #C217CC;
}
.TagClassName
{
border-color: #C217CC;
}
</style>