Shades of Deep Magenta #C227BA
Tints of Deep Magenta #C227BA
RGB
CMYK
RGB Variations
Color information
#C227BA (or 0xC227BA) is known color: Deep Magenta. HEX triplet: C2, 27 and BA. RGB value is (194,39,186). Sum of RGB (Red+Green+Blue) = 194+39+186=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C227BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227BA is #3DD845. Grayscale: #656565. Windows color (decimal): -4053062 or 12199874. OLE color: 12199874.
HSL color Cylindrical-coordinate representation of color #C227BA: hue angle of 303.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227BA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 186 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.24 |
| HSL | 303.1º | 0.67% | 0.46% | - |
| HSV(B) | 303.1º | 0.8% | 0.76% | - |
| XYZ | 31.84 | 16.47 | 47.95 | - |
| YUV | 102.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 186 | 0 | 0.80 | 0.04 | 0.24 | 303.1 | 0.67 | 0.46 |
| Hex | C2 | 27 | BA | 0 | 50 | 4 | 18 | 12F | 43 | 2E |
| Octal | 302 | 47 | 272 | 0 | 120 | 4 | 30 | 457 | 103 | 56 |
| Binary | 11000010 | 100111 | 10111010 | 0 | 1010000 | 100 | 11000 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C227BA
Complementary color
Monochromatic Colors of #C227BA
Black with #C227BA
Text Example
Text Example
White with #C227BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227BA; }
p { color: rgb(194,39,186); }
H1.HeaderClassName
{
color: #C227BA;
}
.AnyTagClassName
{
color: #C227BA;
}
</style>
background-color css
<style>
a { background-color: #C227BA; }
a { background-color: rgb(194,39,186); }
div.DivClassName
{
background-color: #C227BA;
}
.BgClassName
{
background-color: #C227BA;
}
</style>
border-color css
<style>
span { border-color: #C227BA; }
span { border-color: rgb(194,39,186); }
td.TdClassName
{
border-color: #C227BA;
}
.TagClassName
{
border-color: #C227BA;
}
</style>