Shades of Deep Magenta #C213CC
Tints of Deep Magenta #C213CC
RGB
CMYK
RGB Variations
Color information
#C213CC (or 0xC213CC) is known color: Deep Magenta. HEX triplet: C2, 13 and CC. RGB value is (194,19,204). Sum of RGB (Red+Green+Blue) = 194+19+204=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C213CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213CC is #3DEC33. Grayscale: #5B5B5B. Windows color (decimal): -4058164 or 13374402. OLE color: 13374402.
HSL color Cylindrical-coordinate representation of color #C213CC: hue angle of 296.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C213CC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 19 | 204 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.2 |
| HSL | 296.76º | 0.83% | 0.44% | - |
| HSV(B) | 296.76º | 0.91% | 0.8% | - |
| XYZ | 33.38 | 16.29 | 58.51 | - |
| YUV | 92.42 | 190.98 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 204 | 0.05 | 0.91 | 0 | 0.2 | 296.76 | 0.83 | 0.44 |
| Hex | C2 | 13 | CC | 5 | 5B | 0 | 14 | 129 | 53 | 2C |
| Octal | 302 | 23 | 314 | 5 | 133 | 0 | 24 | 451 | 123 | 54 |
| Binary | 11000010 | 10011 | 11001100 | 101 | 1011011 | 0 | 10100 | 100101001 | 1010011 | 101100 |
Color Harmonies of #C213CC
Complementary color
Monochromatic Colors of #C213CC
Black with #C213CC
Text Example
Text Example
White with #C213CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213CC; }
p { color: rgb(194,19,204); }
H1.HeaderClassName
{
color: #C213CC;
}
.AnyTagClassName
{
color: #C213CC;
}
</style>
background-color css
<style>
a { background-color: #C213CC; }
a { background-color: rgb(194,19,204); }
div.DivClassName
{
background-color: #C213CC;
}
.BgClassName
{
background-color: #C213CC;
}
</style>
border-color css
<style>
span { border-color: #C213CC; }
span { border-color: rgb(194,19,204); }
td.TdClassName
{
border-color: #C213CC;
}
.TagClassName
{
border-color: #C213CC;
}
</style>