Shades of Fuchsia #C228AF
Tints of Fuchsia #C228AF
RGB
CMYK
RGB Variations
Color information
#C228AF (or 0xC228AF) is known color: Fuchsia. HEX triplet: C2, 28 and AF. RGB value is (194,40,175). Sum of RGB (Red+Green+Blue) = 194+40+175=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C228AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C228AF is #3DD750. Grayscale: #656565. Windows color (decimal): -4052817 or 11479234. OLE color: 11479234.
HSL color Cylindrical-coordinate representation of color #C228AF: hue angle of 307.4º 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 #C228AF is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 175 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.24 |
| HSL | 307.4º | 0.66% | 0.46% | - |
| HSV(B) | 307.4º | 0.79% | 0.76% | - |
| XYZ | 30.74 | 16.08 | 42.04 | - |
| YUV | 101.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 175 | 0 | 0.79 | 0.10 | 0.24 | 307.4 | 0.66 | 0.46 |
| Hex | C2 | 28 | AF | 0 | 4F | A | 18 | 133 | 42 | 2E |
| Octal | 302 | 50 | 257 | 0 | 117 | 12 | 30 | 463 | 102 | 56 |
| Binary | 11000010 | 101000 | 10101111 | 0 | 1001111 | 1010 | 11000 | 100110011 | 1000010 | 101110 |
Color Harmonies of #C228AF
Complementary color
Monochromatic Colors of #C228AF
Black with #C228AF
Text Example
Text Example
White with #C228AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228AF; }
p { color: rgb(194,40,175); }
H1.HeaderClassName
{
color: #C228AF;
}
.AnyTagClassName
{
color: #C228AF;
}
</style>
background-color css
<style>
a { background-color: #C228AF; }
a { background-color: rgb(194,40,175); }
div.DivClassName
{
background-color: #C228AF;
}
.BgClassName
{
background-color: #C228AF;
}
</style>
border-color css
<style>
span { border-color: #C228AF; }
span { border-color: rgb(194,40,175); }
td.TdClassName
{
border-color: #C228AF;
}
.TagClassName
{
border-color: #C228AF;
}
</style>