Shades of Deep Magenta #C214CA
Tints of Deep Magenta #C214CA
RGB
CMYK
RGB Variations
Color information
#C214CA (or 0xC214CA) is known color: Deep Magenta. HEX triplet: C2, 14 and CA. RGB value is (194,20,202). Sum of RGB (Red+Green+Blue) = 194+20+202=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C214CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214CA is #3DEB35. Grayscale: #5C5C5C. Windows color (decimal): -4057910 or 13243586. OLE color: 13243586.
HSL color Cylindrical-coordinate representation of color #C214CA: hue angle of 297.36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214CA is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 20 | 202 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.21 |
| HSL | 297.36º | 0.82% | 0.44% | - |
| HSV(B) | 297.36º | 0.9% | 0.79% | - |
| XYZ | 33.16 | 16.23 | 57.26 | - |
| YUV | 92.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 202 | 0.04 | 0.90 | 0 | 0.21 | 297.36 | 0.82 | 0.44 |
| Hex | C2 | 14 | CA | 4 | 5A | 0 | 15 | 129 | 52 | 2C |
| Octal | 302 | 24 | 312 | 4 | 132 | 0 | 25 | 451 | 122 | 54 |
| Binary | 11000010 | 10100 | 11001010 | 100 | 1011010 | 0 | 10101 | 100101001 | 1010010 | 101100 |
Color Harmonies of #C214CA
Complementary color
Monochromatic Colors of #C214CA
Black with #C214CA
Text Example
Text Example
White with #C214CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214CA; }
p { color: rgb(194,20,202); }
H1.HeaderClassName
{
color: #C214CA;
}
.AnyTagClassName
{
color: #C214CA;
}
</style>
background-color css
<style>
a { background-color: #C214CA; }
a { background-color: rgb(194,20,202); }
div.DivClassName
{
background-color: #C214CA;
}
.BgClassName
{
background-color: #C214CA;
}
</style>
border-color css
<style>
span { border-color: #C214CA; }
span { border-color: rgb(194,20,202); }
td.TdClassName
{
border-color: #C214CA;
}
.TagClassName
{
border-color: #C214CA;
}
</style>