Shades of Fuchsia #C228BA
Tints of Fuchsia #C228BA
RGB
CMYK
RGB Variations
Color information
#C228BA (or 0xC228BA) is known color: Fuchsia. HEX triplet: C2, 28 and BA. RGB value is (194,40,186). Sum of RGB (Red+Green+Blue) = 194+40+186=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C228BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228BA is #3DD745. Grayscale: #666666. Windows color (decimal): -4052806 or 12200130. OLE color: 12200130.
HSL color Cylindrical-coordinate representation of color #C228BA: hue angle of 303.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C228BA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 186 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.24 |
| HSL | 303.12º | 0.66% | 0.46% | - |
| HSV(B) | 303.12º | 0.79% | 0.76% | - |
| XYZ | 31.87 | 16.53 | 47.97 | - |
| YUV | 102.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 186 | 0 | 0.79 | 0.04 | 0.24 | 303.12 | 0.66 | 0.46 |
| Hex | C2 | 28 | BA | 0 | 4F | 4 | 18 | 12F | 42 | 2E |
| Octal | 302 | 50 | 272 | 0 | 117 | 4 | 30 | 457 | 102 | 56 |
| Binary | 11000010 | 101000 | 10111010 | 0 | 1001111 | 100 | 11000 | 100101111 | 1000010 | 101110 |
Color Harmonies of #C228BA
Complementary color
Monochromatic Colors of #C228BA
Black with #C228BA
Text Example
Text Example
White with #C228BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228BA; }
p { color: rgb(194,40,186); }
H1.HeaderClassName
{
color: #C228BA;
}
.AnyTagClassName
{
color: #C228BA;
}
</style>
background-color css
<style>
a { background-color: #C228BA; }
a { background-color: rgb(194,40,186); }
div.DivClassName
{
background-color: #C228BA;
}
.BgClassName
{
background-color: #C228BA;
}
</style>
border-color css
<style>
span { border-color: #C228BA; }
span { border-color: rgb(194,40,186); }
td.TdClassName
{
border-color: #C228BA;
}
.TagClassName
{
border-color: #C228BA;
}
</style>