Shades of Deep Magenta #C226CC
Tints of Deep Magenta #C226CC
RGB
CMYK
RGB Variations
Color information
#C226CC (or 0xC226CC) is known color: Deep Magenta. HEX triplet: C2, 26 and CC. RGB value is (194,38,204). Sum of RGB (Red+Green+Blue) = 194+38+204=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C226CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226CC is #3DD933. Grayscale: #676767. Windows color (decimal): -4053300 or 13379266. OLE color: 13379266.
HSL color Cylindrical-coordinate representation of color #C226CC: hue angle of 296.39º degrees, saturation: 0.69, 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 #C226CC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 38 | 204 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.2 |
| HSL | 296.39º | 0.69% | 0.47% | - |
| HSV(B) | 296.39º | 0.81% | 0.8% | - |
| XYZ | 33.84 | 17.22 | 58.67 | - |
| YUV | 103.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 204 | 0.05 | 0.81 | 0 | 0.2 | 296.39 | 0.69 | 0.47 |
| Hex | C2 | 26 | CC | 5 | 51 | 0 | 14 | 128 | 45 | 2F |
| Octal | 302 | 46 | 314 | 5 | 121 | 0 | 24 | 450 | 105 | 57 |
| Binary | 11000010 | 100110 | 11001100 | 101 | 1010001 | 0 | 10100 | 100101000 | 1000101 | 101111 |
Color Harmonies of #C226CC
Complementary color
Monochromatic Colors of #C226CC
Black with #C226CC
Text Example
Text Example
White with #C226CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226CC; }
p { color: rgb(194,38,204); }
H1.HeaderClassName
{
color: #C226CC;
}
.AnyTagClassName
{
color: #C226CC;
}
</style>
background-color css
<style>
a { background-color: #C226CC; }
a { background-color: rgb(194,38,204); }
div.DivClassName
{
background-color: #C226CC;
}
.BgClassName
{
background-color: #C226CC;
}
</style>
border-color css
<style>
span { border-color: #C226CC; }
span { border-color: rgb(194,38,204); }
td.TdClassName
{
border-color: #C226CC;
}
.TagClassName
{
border-color: #C226CC;
}
</style>