Shades of Deep Magenta #C213C6
Tints of Deep Magenta #C213C6
RGB
CMYK
RGB Variations
Color information
#C213C6 (or 0xC213C6) is known color: Deep Magenta. HEX triplet: C2, 13 and C6. RGB value is (194,19,198). Sum of RGB (Red+Green+Blue) = 194+19+198=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #C213C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213C6 is #3DEC39. Grayscale: #5B5B5B. Windows color (decimal): -4058170 or 12981186. OLE color: 12981186.
HSL color Cylindrical-coordinate representation of color #C213C6: hue angle of 298.66º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C213C6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 19 | 198 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.22 |
| HSL | 298.66º | 0.82% | 0.43% | - |
| HSV(B) | 298.66º | 0.9% | 0.78% | - |
| XYZ | 32.67 | 16.01 | 54.79 | - |
| YUV | 91.73 | 187.98 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 198 | 0.02 | 0.90 | 0 | 0.22 | 298.66 | 0.82 | 0.43 |
| Hex | C2 | 13 | C6 | 2 | 5A | 0 | 16 | 12B | 52 | 2B |
| Octal | 302 | 23 | 306 | 2 | 132 | 0 | 26 | 453 | 122 | 53 |
| Binary | 11000010 | 10011 | 11000110 | 10 | 1011010 | 0 | 10110 | 100101011 | 1010010 | 101011 |
Color Harmonies of #C213C6
Complementary color
Monochromatic Colors of #C213C6
Black with #C213C6
Text Example
Text Example
White with #C213C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213C6; }
p { color: rgb(194,19,198); }
H1.HeaderClassName
{
color: #C213C6;
}
.AnyTagClassName
{
color: #C213C6;
}
</style>
background-color css
<style>
a { background-color: #C213C6; }
a { background-color: rgb(194,19,198); }
div.DivClassName
{
background-color: #C213C6;
}
.BgClassName
{
background-color: #C213C6;
}
</style>
border-color css
<style>
span { border-color: #C213C6; }
span { border-color: rgb(194,19,198); }
td.TdClassName
{
border-color: #C213C6;
}
.TagClassName
{
border-color: #C213C6;
}
</style>