Shades of Deep Magenta #C208BC
Tints of Deep Magenta #C208BC
RGB
CMYK
RGB Variations
Color information
#C208BC (or 0xC208BC) is known color: Deep Magenta. HEX triplet: C2, 08 and BC. RGB value is (194,8,188). Sum of RGB (Red+Green+Blue) = 194+8+188=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C208BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208BC is #3DF743. Grayscale: #535353. Windows color (decimal): -4060996 or 12323010. OLE color: 12323010.
HSL color Cylindrical-coordinate representation of color #C208BC: hue angle of 301.94º 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 #C208BC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.24 |
| HSL | 301.94º | 0.92% | 0.4% | - |
| HSV(B) | 301.94º | 0.96% | 0.76% | - |
| XYZ | 31.41 | 15.27 | 48.87 | - |
| YUV | 84.13 | 186.62 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 188 | 0 | 0.96 | 0.03 | 0.24 | 301.94 | 0.92 | 0.4 |
| Hex | C2 | 8 | BC | 0 | 60 | 3 | 18 | 12E | 5C | 28 |
| Octal | 302 | 10 | 274 | 0 | 140 | 3 | 30 | 456 | 134 | 50 |
| Binary | 11000010 | 1000 | 10111100 | 0 | 1100000 | 11 | 11000 | 100101110 | 1011100 | 101000 |
Color Harmonies of #C208BC
Complementary color
Monochromatic Colors of #C208BC
Black with #C208BC
Text Example
Text Example
White with #C208BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208BC; }
p { color: rgb(194,8,188); }
H1.HeaderClassName
{
color: #C208BC;
}
.AnyTagClassName
{
color: #C208BC;
}
</style>
background-color css
<style>
a { background-color: #C208BC; }
a { background-color: rgb(194,8,188); }
div.DivClassName
{
background-color: #C208BC;
}
.BgClassName
{
background-color: #C208BC;
}
</style>
border-color css
<style>
span { border-color: #C208BC; }
span { border-color: rgb(194,8,188); }
td.TdClassName
{
border-color: #C208BC;
}
.TagClassName
{
border-color: #C208BC;
}
</style>