Shades of Deep Magenta #C216C3
Tints of Deep Magenta #C216C3
RGB
CMYK
RGB Variations
Color information
#C216C3 (or 0xC216C3) is known color: Deep Magenta. HEX triplet: C2, 16 and C3. RGB value is (194,22,195). Sum of RGB (Red+Green+Blue) = 194+22+195=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #C216C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216C3 is #3DE93C. Grayscale: #5C5C5C. Windows color (decimal): -4057405 or 12785346. OLE color: 12785346.
HSL color Cylindrical-coordinate representation of color #C216C3: hue angle of 299.65º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216C3 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 195 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.24 |
| HSL | 299.65º | 0.8% | 0.43% | - |
| HSV(B) | 299.65º | 0.89% | 0.76% | - |
| XYZ | 32.39 | 15.98 | 53.01 | - |
| YUV | 93.15 | 185.48 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 195 | 0.01 | 0.89 | 0 | 0.24 | 299.65 | 0.8 | 0.43 |
| Hex | C2 | 16 | C3 | 1 | 59 | 0 | 18 | 12C | 50 | 2B |
| Octal | 302 | 26 | 303 | 1 | 131 | 0 | 30 | 454 | 120 | 53 |
| Binary | 11000010 | 10110 | 11000011 | 1 | 1011001 | 0 | 11000 | 100101100 | 1010000 | 101011 |
Color Harmonies of #C216C3
Complementary color
Monochromatic Colors of #C216C3
Black with #C216C3
Text Example
Text Example
White with #C216C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216C3; }
p { color: rgb(194,22,195); }
H1.HeaderClassName
{
color: #C216C3;
}
.AnyTagClassName
{
color: #C216C3;
}
</style>
background-color css
<style>
a { background-color: #C216C3; }
a { background-color: rgb(194,22,195); }
div.DivClassName
{
background-color: #C216C3;
}
.BgClassName
{
background-color: #C216C3;
}
</style>
border-color css
<style>
span { border-color: #C216C3; }
span { border-color: rgb(194,22,195); }
td.TdClassName
{
border-color: #C216C3;
}
.TagClassName
{
border-color: #C216C3;
}
</style>