Shades of Deep Magenta #C201B8
Tints of Deep Magenta #C201B8
RGB
CMYK
RGB Variations
Color information
#C201B8 (or 0xC201B8) is known color: Deep Magenta. HEX triplet: C2, 01 and B8. RGB value is (194,1,184). Sum of RGB (Red+Green+Blue) = 194+1+184=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C201B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201B8 is #3DFE47. Grayscale: #4F4F4F. Windows color (decimal): -4062792 or 12059074. OLE color: 12059074.
HSL color Cylindrical-coordinate representation of color #C201B8: hue angle of 303.11º 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 #C201B8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 184 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.24 |
| HSL | 303.11º | 0.99% | 0.38% | - |
| HSV(B) | 303.11º | 0.99% | 0.76% | - |
| XYZ | 30.91 | 14.95 | 46.6 | - |
| YUV | 79.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 184 | 0 | 0.99 | 0.05 | 0.24 | 303.11 | 0.99 | 0.38 |
| Hex | C2 | 1 | B8 | 0 | 63 | 5 | 18 | 12F | 63 | 26 |
| Octal | 302 | 1 | 270 | 0 | 143 | 5 | 30 | 457 | 143 | 46 |
| Binary | 11000010 | 1 | 10111000 | 0 | 1100011 | 101 | 11000 | 100101111 | 1100011 | 100110 |
Color Harmonies of #C201B8
Complementary color
Monochromatic Colors of #C201B8
Black with #C201B8
Text Example
Text Example
White with #C201B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201B8; }
p { color: rgb(194,1,184); }
H1.HeaderClassName
{
color: #C201B8;
}
.AnyTagClassName
{
color: #C201B8;
}
</style>
background-color css
<style>
a { background-color: #C201B8; }
a { background-color: rgb(194,1,184); }
div.DivClassName
{
background-color: #C201B8;
}
.BgClassName
{
background-color: #C201B8;
}
</style>
border-color css
<style>
span { border-color: #C201B8; }
span { border-color: rgb(194,1,184); }
td.TdClassName
{
border-color: #C201B8;
}
.TagClassName
{
border-color: #C201B8;
}
</style>