Shades of Deep Magenta #C227B5
Tints of Deep Magenta #C227B5
RGB
CMYK
RGB Variations
Color information
#C227B5 (or 0xC227B5) is known color: Deep Magenta. HEX triplet: C2, 27 and B5. RGB value is (194,39,181). Sum of RGB (Red+Green+Blue) = 194+39+181=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C227B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227B5 is #3DD84A. Grayscale: #656565. Windows color (decimal): -4053067 or 11872194. OLE color: 11872194.
HSL color Cylindrical-coordinate representation of color #C227B5: hue angle of 305.03º 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 #C227B5 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 181 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.24 |
| HSL | 305.03º | 0.67% | 0.46% | - |
| HSV(B) | 305.03º | 0.8% | 0.76% | - |
| XYZ | 31.31 | 16.26 | 45.2 | - |
| YUV | 101.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 181 | 0 | 0.80 | 0.07 | 0.24 | 305.03 | 0.67 | 0.46 |
| Hex | C2 | 27 | B5 | 0 | 50 | 7 | 18 | 131 | 43 | 2E |
| Octal | 302 | 47 | 265 | 0 | 120 | 7 | 30 | 461 | 103 | 56 |
| Binary | 11000010 | 100111 | 10110101 | 0 | 1010000 | 111 | 11000 | 100110001 | 1000011 | 101110 |
Color Harmonies of #C227B5
Complementary color
Monochromatic Colors of #C227B5
Black with #C227B5
Text Example
Text Example
White with #C227B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227B5; }
p { color: rgb(194,39,181); }
H1.HeaderClassName
{
color: #C227B5;
}
.AnyTagClassName
{
color: #C227B5;
}
</style>
background-color css
<style>
a { background-color: #C227B5; }
a { background-color: rgb(194,39,181); }
div.DivClassName
{
background-color: #C227B5;
}
.BgClassName
{
background-color: #C227B5;
}
</style>
border-color css
<style>
span { border-color: #C227B5; }
span { border-color: rgb(194,39,181); }
td.TdClassName
{
border-color: #C227B5;
}
.TagClassName
{
border-color: #C227B5;
}
</style>