Shades of Deep Magenta #C227BC
Tints of Deep Magenta #C227BC
RGB
CMYK
RGB Variations
Color information
#C227BC (or 0xC227BC) is known color: Deep Magenta. HEX triplet: C2, 27 and BC. RGB value is (194,39,188). Sum of RGB (Red+Green+Blue) = 194+39+188=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C227BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227BC is #3DD843. Grayscale: #656565. Windows color (decimal): -4053060 or 12330946. OLE color: 12330946.
HSL color Cylindrical-coordinate representation of color #C227BC: hue angle of 302.32º 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 #C227BC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 188 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.24 |
| HSL | 302.32º | 0.67% | 0.46% | - |
| HSV(B) | 302.32º | 0.8% | 0.76% | - |
| XYZ | 32.05 | 16.55 | 49.08 | - |
| YUV | 102.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 188 | 0 | 0.80 | 0.03 | 0.24 | 302.32 | 0.67 | 0.46 |
| Hex | C2 | 27 | BC | 0 | 50 | 3 | 18 | 12E | 43 | 2E |
| Octal | 302 | 47 | 274 | 0 | 120 | 3 | 30 | 456 | 103 | 56 |
| Binary | 11000010 | 100111 | 10111100 | 0 | 1010000 | 11 | 11000 | 100101110 | 1000011 | 101110 |
Color Harmonies of #C227BC
Complementary color
Monochromatic Colors of #C227BC
Black with #C227BC
Text Example
Text Example
White with #C227BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227BC; }
p { color: rgb(194,39,188); }
H1.HeaderClassName
{
color: #C227BC;
}
.AnyTagClassName
{
color: #C227BC;
}
</style>
background-color css
<style>
a { background-color: #C227BC; }
a { background-color: rgb(194,39,188); }
div.DivClassName
{
background-color: #C227BC;
}
.BgClassName
{
background-color: #C227BC;
}
</style>
border-color css
<style>
span { border-color: #C227BC; }
span { border-color: rgb(194,39,188); }
td.TdClassName
{
border-color: #C227BC;
}
.TagClassName
{
border-color: #C227BC;
}
</style>