Shades of Fuchsia #C454AF
Tints of Fuchsia #C454AF
RGB
CMYK
RGB Variations
Color information
#C454AF (or 0xC454AF) is known color: Fuchsia. HEX triplet: C4, 54 and AF. RGB value is (196,84,175). Sum of RGB (Red+Green+Blue) = 196+84+175=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C454AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454AF is #3BAB50. Grayscale: #7F7F7F. Windows color (decimal): -3910481 or 11490500. OLE color: 11490500.
HSL color Cylindrical-coordinate representation of color #C454AF: hue angle of 311.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C454AF is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 175 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.23 |
| HSL | 311.25º | 0.49% | 0.55% | - |
| HSV(B) | 311.25º | 0.57% | 0.77% | - |
| XYZ | 33.67 | 21.17 | 42.87 | - |
| YUV | 127.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 175 | 0 | 0.57 | 0.11 | 0.23 | 311.25 | 0.49 | 0.55 |
| Hex | C4 | 54 | AF | 0 | 39 | B | 17 | 137 | 31 | 37 |
| Octal | 304 | 124 | 257 | 0 | 71 | 13 | 27 | 467 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10101111 | 0 | 111001 | 1011 | 10111 | 100110111 | 110001 | 110111 |
Color Harmonies of #C454AF
Complementary color
Monochromatic Colors of #C454AF
Black with #C454AF
Text Example
Text Example
White with #C454AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454AF; }
p { color: rgb(196,84,175); }
H1.HeaderClassName
{
color: #C454AF;
}
.AnyTagClassName
{
color: #C454AF;
}
</style>
background-color css
<style>
a { background-color: #C454AF; }
a { background-color: rgb(196,84,175); }
div.DivClassName
{
background-color: #C454AF;
}
.BgClassName
{
background-color: #C454AF;
}
</style>
border-color css
<style>
span { border-color: #C454AF; }
span { border-color: rgb(196,84,175); }
td.TdClassName
{
border-color: #C454AF;
}
.TagClassName
{
border-color: #C454AF;
}
</style>