Shades of Deep Magenta #C227CA
Tints of Deep Magenta #C227CA
RGB
CMYK
RGB Variations
Color information
#C227CA (or 0xC227CA) is known color: Deep Magenta. HEX triplet: C2, 27 and CA. RGB value is (194,39,202). Sum of RGB (Red+Green+Blue) = 194+39+202=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #C227CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227CA is #3DD835. Grayscale: #676767. Windows color (decimal): -4053046 or 13248450. OLE color: 13248450.
HSL color Cylindrical-coordinate representation of color #C227CA: hue angle of 297.06º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C227CA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 39 | 202 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.21 |
| HSL | 297.06º | 0.68% | 0.47% | - |
| HSV(B) | 297.06º | 0.81% | 0.79% | - |
| XYZ | 33.63 | 17.18 | 57.42 | - |
| YUV | 103.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 202 | 0.04 | 0.81 | 0 | 0.21 | 297.06 | 0.68 | 0.47 |
| Hex | C2 | 27 | CA | 4 | 51 | 0 | 15 | 129 | 44 | 2F |
| Octal | 302 | 47 | 312 | 4 | 121 | 0 | 25 | 451 | 104 | 57 |
| Binary | 11000010 | 100111 | 11001010 | 100 | 1010001 | 0 | 10101 | 100101001 | 1000100 | 101111 |
Color Harmonies of #C227CA
Complementary color
Monochromatic Colors of #C227CA
Black with #C227CA
Text Example
Text Example
White with #C227CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227CA; }
p { color: rgb(194,39,202); }
H1.HeaderClassName
{
color: #C227CA;
}
.AnyTagClassName
{
color: #C227CA;
}
</style>
background-color css
<style>
a { background-color: #C227CA; }
a { background-color: rgb(194,39,202); }
div.DivClassName
{
background-color: #C227CA;
}
.BgClassName
{
background-color: #C227CA;
}
</style>
border-color css
<style>
span { border-color: #C227CA; }
span { border-color: rgb(194,39,202); }
td.TdClassName
{
border-color: #C227CA;
}
.TagClassName
{
border-color: #C227CA;
}
</style>