Shades of Deep Magenta #C213BF
Tints of Deep Magenta #C213BF
RGB
CMYK
RGB Variations
Color information
#C213BF (or 0xC213BF) is known color: Deep Magenta. HEX triplet: C2, 13 and BF. RGB value is (194,19,191). Sum of RGB (Red+Green+Blue) = 194+19+191=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C213BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213BF is #3DEC40. Grayscale: #5A5A5A. Windows color (decimal): -4058177 or 12522434. OLE color: 12522434.
HSL color Cylindrical-coordinate representation of color #C213BF: hue angle of 301.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C213BF is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 191 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.24 |
| HSL | 301.03º | 0.82% | 0.42% | - |
| HSV(B) | 301.03º | 0.9% | 0.76% | - |
| XYZ | 31.88 | 15.7 | 50.64 | - |
| YUV | 90.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 191 | 0 | 0.90 | 0.02 | 0.24 | 301.03 | 0.82 | 0.42 |
| Hex | C2 | 13 | BF | 0 | 5A | 2 | 18 | 12D | 52 | 2A |
| Octal | 302 | 23 | 277 | 0 | 132 | 2 | 30 | 455 | 122 | 52 |
| Binary | 11000010 | 10011 | 10111111 | 0 | 1011010 | 10 | 11000 | 100101101 | 1010010 | 101010 |
Color Harmonies of #C213BF
Complementary color
Monochromatic Colors of #C213BF
Black with #C213BF
Text Example
Text Example
White with #C213BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213BF; }
p { color: rgb(194,19,191); }
H1.HeaderClassName
{
color: #C213BF;
}
.AnyTagClassName
{
color: #C213BF;
}
</style>
background-color css
<style>
a { background-color: #C213BF; }
a { background-color: rgb(194,19,191); }
div.DivClassName
{
background-color: #C213BF;
}
.BgClassName
{
background-color: #C213BF;
}
</style>
border-color css
<style>
span { border-color: #C213BF; }
span { border-color: rgb(194,19,191); }
td.TdClassName
{
border-color: #C213BF;
}
.TagClassName
{
border-color: #C213BF;
}
</style>