Shades of Deep Magenta #C226B8
Tints of Deep Magenta #C226B8
RGB
CMYK
RGB Variations
Color information
#C226B8 (or 0xC226B8) is known color: Deep Magenta. HEX triplet: C2, 26 and B8. RGB value is (194,38,184). Sum of RGB (Red+Green+Blue) = 194+38+184=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C226B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226B8 is #3DD947. Grayscale: #646464. Windows color (decimal): -4053320 or 12068546. OLE color: 12068546.
HSL color Cylindrical-coordinate representation of color #C226B8: hue angle of 303.85º 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 #C226B8 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 184 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.24 |
| HSL | 303.85º | 0.67% | 0.45% | - |
| HSV(B) | 303.85º | 0.8% | 0.76% | - |
| XYZ | 31.59 | 16.32 | 46.83 | - |
| YUV | 101.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 184 | 0 | 0.80 | 0.05 | 0.24 | 303.85 | 0.67 | 0.45 |
| Hex | C2 | 26 | B8 | 0 | 50 | 5 | 18 | 130 | 43 | 2D |
| Octal | 302 | 46 | 270 | 0 | 120 | 5 | 30 | 460 | 103 | 55 |
| Binary | 11000010 | 100110 | 10111000 | 0 | 1010000 | 101 | 11000 | 100110000 | 1000011 | 101101 |
Color Harmonies of #C226B8
Complementary color
Monochromatic Colors of #C226B8
Black with #C226B8
Text Example
Text Example
White with #C226B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226B8; }
p { color: rgb(194,38,184); }
H1.HeaderClassName
{
color: #C226B8;
}
.AnyTagClassName
{
color: #C226B8;
}
</style>
background-color css
<style>
a { background-color: #C226B8; }
a { background-color: rgb(194,38,184); }
div.DivClassName
{
background-color: #C226B8;
}
.BgClassName
{
background-color: #C226B8;
}
</style>
border-color css
<style>
span { border-color: #C226B8; }
span { border-color: rgb(194,38,184); }
td.TdClassName
{
border-color: #C226B8;
}
.TagClassName
{
border-color: #C226B8;
}
</style>