Shades of Deep Magenta #C208B5
Tints of Deep Magenta #C208B5
RGB
CMYK
RGB Variations
Color information
#C208B5 (or 0xC208B5) is known color: Deep Magenta. HEX triplet: C2, 08 and B5. RGB value is (194,8,181). Sum of RGB (Red+Green+Blue) = 194+8+181=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C208B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208B5 is #3DF74A. Grayscale: #525252. Windows color (decimal): -4061003 or 11864258. OLE color: 11864258.
HSL color Cylindrical-coordinate representation of color #C208B5: hue angle of 304.19º 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 #C208B5 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.24 |
| HSL | 304.19º | 0.92% | 0.4% | - |
| HSV(B) | 304.19º | 0.96% | 0.76% | - |
| XYZ | 30.68 | 14.98 | 44.99 | - |
| YUV | 83.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 181 | 0 | 0.96 | 0.07 | 0.24 | 304.19 | 0.92 | 0.4 |
| Hex | C2 | 8 | B5 | 0 | 60 | 7 | 18 | 130 | 5C | 28 |
| Octal | 302 | 10 | 265 | 0 | 140 | 7 | 30 | 460 | 134 | 50 |
| Binary | 11000010 | 1000 | 10110101 | 0 | 1100000 | 111 | 11000 | 100110000 | 1011100 | 101000 |
Color Harmonies of #C208B5
Complementary color
Monochromatic Colors of #C208B5
Black with #C208B5
Text Example
Text Example
White with #C208B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208B5; }
p { color: rgb(194,8,181); }
H1.HeaderClassName
{
color: #C208B5;
}
.AnyTagClassName
{
color: #C208B5;
}
</style>
background-color css
<style>
a { background-color: #C208B5; }
a { background-color: rgb(194,8,181); }
div.DivClassName
{
background-color: #C208B5;
}
.BgClassName
{
background-color: #C208B5;
}
</style>
border-color css
<style>
span { border-color: #C208B5; }
span { border-color: rgb(194,8,181); }
td.TdClassName
{
border-color: #C208B5;
}
.TagClassName
{
border-color: #C208B5;
}
</style>