Shades of Deep Magenta #C227CB
Tints of Deep Magenta #C227CB
RGB
CMYK
RGB Variations
Color information
#C227CB (or 0xC227CB) is known color: Deep Magenta. HEX triplet: C2, 27 and CB. RGB value is (194,39,203). Sum of RGB (Red+Green+Blue) = 194+39+203=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #C227CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227CB is #3DD834. Grayscale: #676767. Windows color (decimal): -4053045 or 13313986. OLE color: 13313986.
HSL color Cylindrical-coordinate representation of color #C227CB: hue angle of 296.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C227CB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 39 | 203 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.20 |
| HSL | 296.71º | 0.68% | 0.47% | - |
| HSV(B) | 296.71º | 0.81% | 0.8% | - |
| XYZ | 33.75 | 17.23 | 58.05 | - |
| YUV | 104.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 203 | 0.04 | 0.81 | 0 | 0.20 | 296.71 | 0.68 | 0.47 |
| Hex | C2 | 27 | CB | 4 | 51 | 0 | 14 | 129 | 44 | 2F |
| Octal | 302 | 47 | 313 | 4 | 121 | 0 | 24 | 451 | 104 | 57 |
| Binary | 11000010 | 100111 | 11001011 | 100 | 1010001 | 0 | 10100 | 100101001 | 1000100 | 101111 |
Color Harmonies of #C227CB
Complementary color
Monochromatic Colors of #C227CB
Black with #C227CB
Text Example
Text Example
White with #C227CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227CB; }
p { color: rgb(194,39,203); }
H1.HeaderClassName
{
color: #C227CB;
}
.AnyTagClassName
{
color: #C227CB;
}
</style>
background-color css
<style>
a { background-color: #C227CB; }
a { background-color: rgb(194,39,203); }
div.DivClassName
{
background-color: #C227CB;
}
.BgClassName
{
background-color: #C227CB;
}
</style>
border-color css
<style>
span { border-color: #C227CB; }
span { border-color: rgb(194,39,203); }
td.TdClassName
{
border-color: #C227CB;
}
.TagClassName
{
border-color: #C227CB;
}
</style>