Shades of Deep Magenta #C208AC
Tints of Deep Magenta #C208AC
RGB
CMYK
RGB Variations
Color information
#C208AC (or 0xC208AC) is known color: Deep Magenta. HEX triplet: C2, 08 and AC. RGB value is (194,8,172). Sum of RGB (Red+Green+Blue) = 194+8+172=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C208AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C208AC is #3DF753. Grayscale: #515151. Windows color (decimal): -4061012 or 11274434. OLE color: 11274434.
HSL color Cylindrical-coordinate representation of color #C208AC: hue angle of 307.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208AC is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.24 |
| HSL | 307.1º | 0.92% | 0.4% | - |
| HSV(B) | 307.1º | 0.96% | 0.76% | - |
| XYZ | 29.78 | 14.62 | 40.28 | - |
| YUV | 82.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 172 | 0 | 0.96 | 0.11 | 0.24 | 307.1 | 0.92 | 0.4 |
| Hex | C2 | 8 | AC | 0 | 60 | B | 18 | 133 | 5C | 28 |
| Octal | 302 | 10 | 254 | 0 | 140 | 13 | 30 | 463 | 134 | 50 |
| Binary | 11000010 | 1000 | 10101100 | 0 | 1100000 | 1011 | 11000 | 100110011 | 1011100 | 101000 |
Color Harmonies of #C208AC
Complementary color
Monochromatic Colors of #C208AC
Black with #C208AC
Text Example
Text Example
White with #C208AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208AC; }
p { color: rgb(194,8,172); }
H1.HeaderClassName
{
color: #C208AC;
}
.AnyTagClassName
{
color: #C208AC;
}
</style>
background-color css
<style>
a { background-color: #C208AC; }
a { background-color: rgb(194,8,172); }
div.DivClassName
{
background-color: #C208AC;
}
.BgClassName
{
background-color: #C208AC;
}
</style>
border-color css
<style>
span { border-color: #C208AC; }
span { border-color: rgb(194,8,172); }
td.TdClassName
{
border-color: #C208AC;
}
.TagClassName
{
border-color: #C208AC;
}
</style>