Shades of Deep Magenta #C201BC
Tints of Deep Magenta #C201BC
RGB
CMYK
RGB Variations
Color information
#C201BC (or 0xC201BC) is known color: Deep Magenta. HEX triplet: C2, 01 and BC. RGB value is (194,1,188). Sum of RGB (Red+Green+Blue) = 194+1+188=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C201BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201BC is #3DFE43. Grayscale: #4F4F4F. Windows color (decimal): -4062788 or 12321218. OLE color: 12321218.
HSL color Cylindrical-coordinate representation of color #C201BC: hue angle of 301.87º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201BC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 188 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.24 |
| HSL | 301.87º | 0.99% | 0.38% | - |
| HSV(B) | 301.87º | 0.99% | 0.76% | - |
| XYZ | 31.34 | 15.12 | 48.84 | - |
| YUV | 80.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 188 | 0 | 0.99 | 0.03 | 0.24 | 301.87 | 0.99 | 0.38 |
| Hex | C2 | 1 | BC | 0 | 63 | 3 | 18 | 12E | 63 | 26 |
| Octal | 302 | 1 | 274 | 0 | 143 | 3 | 30 | 456 | 143 | 46 |
| Binary | 11000010 | 1 | 10111100 | 0 | 1100011 | 11 | 11000 | 100101110 | 1100011 | 100110 |
Color Harmonies of #C201BC
Complementary color
Monochromatic Colors of #C201BC
Black with #C201BC
Text Example
Text Example
White with #C201BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201BC; }
p { color: rgb(194,1,188); }
H1.HeaderClassName
{
color: #C201BC;
}
.AnyTagClassName
{
color: #C201BC;
}
</style>
background-color css
<style>
a { background-color: #C201BC; }
a { background-color: rgb(194,1,188); }
div.DivClassName
{
background-color: #C201BC;
}
.BgClassName
{
background-color: #C201BC;
}
</style>
border-color css
<style>
span { border-color: #C201BC; }
span { border-color: rgb(194,1,188); }
td.TdClassName
{
border-color: #C201BC;
}
.TagClassName
{
border-color: #C201BC;
}
</style>