Shades of Deep Magenta #C226CB
Tints of Deep Magenta #C226CB
RGB
CMYK
RGB Variations
Color information
#C226CB (or 0xC226CB) is known color: Deep Magenta. HEX triplet: C2, 26 and CB. RGB value is (194,38,203). Sum of RGB (Red+Green+Blue) = 194+38+203=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #C226CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226CB is #3DD934. Grayscale: #666666. Windows color (decimal): -4053301 or 13313730. OLE color: 13313730.
HSL color Cylindrical-coordinate representation of color #C226CB: hue angle of 296.73º 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 #C226CB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 38 | 203 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.20 |
| HSL | 296.73º | 0.68% | 0.47% | - |
| HSV(B) | 296.73º | 0.81% | 0.8% | - |
| XYZ | 33.72 | 17.17 | 58.04 | - |
| YUV | 103.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 203 | 0.04 | 0.81 | 0 | 0.20 | 296.73 | 0.68 | 0.47 |
| Hex | C2 | 26 | CB | 4 | 51 | 0 | 14 | 129 | 44 | 2F |
| Octal | 302 | 46 | 313 | 4 | 121 | 0 | 24 | 451 | 104 | 57 |
| Binary | 11000010 | 100110 | 11001011 | 100 | 1010001 | 0 | 10100 | 100101001 | 1000100 | 101111 |
Color Harmonies of #C226CB
Complementary color
Monochromatic Colors of #C226CB
Black with #C226CB
Text Example
Text Example
White with #C226CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226CB; }
p { color: rgb(194,38,203); }
H1.HeaderClassName
{
color: #C226CB;
}
.AnyTagClassName
{
color: #C226CB;
}
</style>
background-color css
<style>
a { background-color: #C226CB; }
a { background-color: rgb(194,38,203); }
div.DivClassName
{
background-color: #C226CB;
}
.BgClassName
{
background-color: #C226CB;
}
</style>
border-color css
<style>
span { border-color: #C226CB; }
span { border-color: rgb(194,38,203); }
td.TdClassName
{
border-color: #C226CB;
}
.TagClassName
{
border-color: #C226CB;
}
</style>