Shades of Deep Magenta #C226AF
Tints of Deep Magenta #C226AF
RGB
CMYK
RGB Variations
Color information
#C226AF (or 0xC226AF) is known color: Deep Magenta. HEX triplet: C2, 26 and AF. RGB value is (194,38,175). Sum of RGB (Red+Green+Blue) = 194+38+175=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C226AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226AF is #3DD950. Grayscale: #636363. Windows color (decimal): -4053329 or 11478722. OLE color: 11478722.
HSL color Cylindrical-coordinate representation of color #C226AF: hue angle of 307.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226AF is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 175 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.24 |
| HSL | 307.31º | 0.67% | 0.45% | - |
| HSV(B) | 307.31º | 0.8% | 0.76% | - |
| XYZ | 30.68 | 15.95 | 42.02 | - |
| YUV | 100.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 175 | 0 | 0.80 | 0.10 | 0.24 | 307.31 | 0.67 | 0.45 |
| Hex | C2 | 26 | AF | 0 | 50 | A | 18 | 133 | 43 | 2D |
| Octal | 302 | 46 | 257 | 0 | 120 | 12 | 30 | 463 | 103 | 55 |
| Binary | 11000010 | 100110 | 10101111 | 0 | 1010000 | 1010 | 11000 | 100110011 | 1000011 | 101101 |
Color Harmonies of #C226AF
Complementary color
Monochromatic Colors of #C226AF
Black with #C226AF
Text Example
Text Example
White with #C226AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226AF; }
p { color: rgb(194,38,175); }
H1.HeaderClassName
{
color: #C226AF;
}
.AnyTagClassName
{
color: #C226AF;
}
</style>
background-color css
<style>
a { background-color: #C226AF; }
a { background-color: rgb(194,38,175); }
div.DivClassName
{
background-color: #C226AF;
}
.BgClassName
{
background-color: #C226AF;
}
</style>
border-color css
<style>
span { border-color: #C226AF; }
span { border-color: rgb(194,38,175); }
td.TdClassName
{
border-color: #C226AF;
}
.TagClassName
{
border-color: #C226AF;
}
</style>