Shades of Deep Magenta #C213B3
Tints of Deep Magenta #C213B3
RGB
CMYK
RGB Variations
Color information
#C213B3 (or 0xC213B3) is known color: Deep Magenta. HEX triplet: C2, 13 and B3. RGB value is (194,19,179). Sum of RGB (Red+Green+Blue) = 194+19+179=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C213B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213B3 is #3DEC4C. Grayscale: #595959. Windows color (decimal): -4058189 or 11736002. OLE color: 11736002.
HSL color Cylindrical-coordinate representation of color #C213B3: hue angle of 305.14º 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 #C213B3 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 179 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.24 |
| HSL | 305.14º | 0.82% | 0.42% | - |
| HSV(B) | 305.14º | 0.9% | 0.76% | - |
| XYZ | 30.62 | 15.19 | 43.97 | - |
| YUV | 89.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 179 | 0 | 0.90 | 0.08 | 0.24 | 305.14 | 0.82 | 0.42 |
| Hex | C2 | 13 | B3 | 0 | 5A | 8 | 18 | 131 | 52 | 2A |
| Octal | 302 | 23 | 263 | 0 | 132 | 10 | 30 | 461 | 122 | 52 |
| Binary | 11000010 | 10011 | 10110011 | 0 | 1011010 | 1000 | 11000 | 100110001 | 1010010 | 101010 |
Color Harmonies of #C213B3
Complementary color
Monochromatic Colors of #C213B3
Black with #C213B3
Text Example
Text Example
White with #C213B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213B3; }
p { color: rgb(194,19,179); }
H1.HeaderClassName
{
color: #C213B3;
}
.AnyTagClassName
{
color: #C213B3;
}
</style>
background-color css
<style>
a { background-color: #C213B3; }
a { background-color: rgb(194,19,179); }
div.DivClassName
{
background-color: #C213B3;
}
.BgClassName
{
background-color: #C213B3;
}
</style>
border-color css
<style>
span { border-color: #C213B3; }
span { border-color: rgb(194,19,179); }
td.TdClassName
{
border-color: #C213B3;
}
.TagClassName
{
border-color: #C213B3;
}
</style>