Shades of Fuchsia #C428AF
Tints of Fuchsia #C428AF
RGB
CMYK
RGB Variations
Color information
#C428AF (or 0xC428AF) is known color: Fuchsia. HEX triplet: C4, 28 and AF. RGB value is (196,40,175). Sum of RGB (Red+Green+Blue) = 196+40+175=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C428AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428AF is #3BD750. Grayscale: #656565. Windows color (decimal): -3921745 or 11479236. OLE color: 11479236.
HSL color Cylindrical-coordinate representation of color #C428AF: hue angle of 308.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428AF is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 175 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.23 |
| HSL | 308.08º | 0.66% | 0.46% | - |
| HSV(B) | 308.08º | 0.8% | 0.77% | - |
| XYZ | 31.26 | 16.35 | 42.07 | - |
| YUV | 102.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 175 | 0 | 0.80 | 0.11 | 0.23 | 308.08 | 0.66 | 0.46 |
| Hex | C4 | 28 | AF | 0 | 50 | B | 17 | 134 | 42 | 2E |
| Octal | 304 | 50 | 257 | 0 | 120 | 13 | 27 | 464 | 102 | 56 |
| Binary | 11000100 | 101000 | 10101111 | 0 | 1010000 | 1011 | 10111 | 100110100 | 1000010 | 101110 |
Color Harmonies of #C428AF
Complementary color
Monochromatic Colors of #C428AF
Black with #C428AF
Text Example
Text Example
White with #C428AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428AF; }
p { color: rgb(196,40,175); }
H1.HeaderClassName
{
color: #C428AF;
}
.AnyTagClassName
{
color: #C428AF;
}
</style>
background-color css
<style>
a { background-color: #C428AF; }
a { background-color: rgb(196,40,175); }
div.DivClassName
{
background-color: #C428AF;
}
.BgClassName
{
background-color: #C428AF;
}
</style>
border-color css
<style>
span { border-color: #C428AF; }
span { border-color: rgb(196,40,175); }
td.TdClassName
{
border-color: #C428AF;
}
.TagClassName
{
border-color: #C428AF;
}
</style>