Shades of Deep Magenta #C201BD
Tints of Deep Magenta #C201BD
RGB
CMYK
RGB Variations
Color information
#C201BD (or 0xC201BD) is known color: Deep Magenta. HEX triplet: C2, 01 and BD. RGB value is (194,1,189). Sum of RGB (Red+Green+Blue) = 194+1+189=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C201BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201BD is #3DFE42. Grayscale: #4F4F4F. Windows color (decimal): -4062787 or 12386754. OLE color: 12386754.
HSL color Cylindrical-coordinate representation of color #C201BD: hue angle of 301.55º 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 #C201BD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 189 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.24 |
| HSL | 301.55º | 0.99% | 0.38% | - |
| HSV(B) | 301.55º | 0.99% | 0.76% | - |
| XYZ | 31.44 | 15.17 | 49.41 | - |
| YUV | 80.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 189 | 0 | 0.99 | 0.03 | 0.24 | 301.55 | 0.99 | 0.38 |
| Hex | C2 | 1 | BD | 0 | 63 | 3 | 18 | 12E | 63 | 26 |
| Octal | 302 | 1 | 275 | 0 | 143 | 3 | 30 | 456 | 143 | 46 |
| Binary | 11000010 | 1 | 10111101 | 0 | 1100011 | 11 | 11000 | 100101110 | 1100011 | 100110 |
Color Harmonies of #C201BD
Complementary color
Monochromatic Colors of #C201BD
Black with #C201BD
Text Example
Text Example
White with #C201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201BD; }
p { color: rgb(194,1,189); }
H1.HeaderClassName
{
color: #C201BD;
}
.AnyTagClassName
{
color: #C201BD;
}
</style>
background-color css
<style>
a { background-color: #C201BD; }
a { background-color: rgb(194,1,189); }
div.DivClassName
{
background-color: #C201BD;
}
.BgClassName
{
background-color: #C201BD;
}
</style>
border-color css
<style>
span { border-color: #C201BD; }
span { border-color: rgb(194,1,189); }
td.TdClassName
{
border-color: #C201BD;
}
.TagClassName
{
border-color: #C201BD;
}
</style>