Shades of Deep Magenta #C208CB
Tints of Deep Magenta #C208CB
RGB
CMYK
RGB Variations
Color information
#C208CB (or 0xC208CB) is known color: Deep Magenta. HEX triplet: C2, 08 and CB. RGB value is (194,8,203). Sum of RGB (Red+Green+Blue) = 194+8+203=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #C208CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208CB is #3DF734. Grayscale: #555555. Windows color (decimal): -4060981 or 13306050. OLE color: 13306050.
HSL color Cylindrical-coordinate representation of color #C208CB: hue angle of 297.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208CB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 8 | 203 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.20 |
| HSL | 297.23º | 0.92% | 0.41% | - |
| HSV(B) | 297.23º | 0.96% | 0.8% | - |
| XYZ | 33.11 | 15.95 | 57.83 | - |
| YUV | 85.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 203 | 0.04 | 0.96 | 0 | 0.20 | 297.23 | 0.92 | 0.41 |
| Hex | C2 | 8 | CB | 4 | 60 | 0 | 14 | 129 | 5C | 29 |
| Octal | 302 | 10 | 313 | 4 | 140 | 0 | 24 | 451 | 134 | 51 |
| Binary | 11000010 | 1000 | 11001011 | 100 | 1100000 | 0 | 10100 | 100101001 | 1011100 | 101001 |
Color Harmonies of #C208CB
Complementary color
Monochromatic Colors of #C208CB
Black with #C208CB
Text Example
Text Example
White with #C208CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208CB; }
p { color: rgb(194,8,203); }
H1.HeaderClassName
{
color: #C208CB;
}
.AnyTagClassName
{
color: #C208CB;
}
</style>
background-color css
<style>
a { background-color: #C208CB; }
a { background-color: rgb(194,8,203); }
div.DivClassName
{
background-color: #C208CB;
}
.BgClassName
{
background-color: #C208CB;
}
</style>
border-color css
<style>
span { border-color: #C208CB; }
span { border-color: rgb(194,8,203); }
td.TdClassName
{
border-color: #C208CB;
}
.TagClassName
{
border-color: #C208CB;
}
</style>