Shades of Deep Magenta #C201B6
Tints of Deep Magenta #C201B6
RGB
CMYK
RGB Variations
Color information
#C201B6 (or 0xC201B6) is known color: Deep Magenta. HEX triplet: C2, 01 and B6. RGB value is (194,1,182). Sum of RGB (Red+Green+Blue) = 194+1+182=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C201B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201B6 is #3DFE49. Grayscale: #4E4E4E. Windows color (decimal): -4062794 or 11928002. OLE color: 11928002.
HSL color Cylindrical-coordinate representation of color #C201B6: hue angle of 303.73º 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 #C201B6 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 182 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.24 |
| HSL | 303.73º | 0.99% | 0.38% | - |
| HSV(B) | 303.73º | 0.99% | 0.76% | - |
| XYZ | 30.7 | 14.87 | 45.51 | - |
| YUV | 79.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 182 | 0 | 0.99 | 0.06 | 0.24 | 303.73 | 0.99 | 0.38 |
| Hex | C2 | 1 | B6 | 0 | 63 | 6 | 18 | 130 | 63 | 26 |
| Octal | 302 | 1 | 266 | 0 | 143 | 6 | 30 | 460 | 143 | 46 |
| Binary | 11000010 | 1 | 10110110 | 0 | 1100011 | 110 | 11000 | 100110000 | 1100011 | 100110 |
Color Harmonies of #C201B6
Complementary color
Monochromatic Colors of #C201B6
Black with #C201B6
Text Example
Text Example
White with #C201B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201B6; }
p { color: rgb(194,1,182); }
H1.HeaderClassName
{
color: #C201B6;
}
.AnyTagClassName
{
color: #C201B6;
}
</style>
background-color css
<style>
a { background-color: #C201B6; }
a { background-color: rgb(194,1,182); }
div.DivClassName
{
background-color: #C201B6;
}
.BgClassName
{
background-color: #C201B6;
}
</style>
border-color css
<style>
span { border-color: #C201B6; }
span { border-color: rgb(194,1,182); }
td.TdClassName
{
border-color: #C201B6;
}
.TagClassName
{
border-color: #C201B6;
}
</style>