Shades of Fuchsia #C528AF
Tints of Fuchsia #C528AF
RGB
CMYK
RGB Variations
Color information
#C528AF (or 0xC528AF) is known color: Fuchsia. HEX triplet: C5, 28 and AF. RGB value is (197,40,175). Sum of RGB (Red+Green+Blue) = 197+40+175=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C528AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528AF is #3AD750. Grayscale: #656565. Windows color (decimal): -3856209 or 11479237. OLE color: 11479237.
HSL color Cylindrical-coordinate representation of color #C528AF: hue angle of 308.41º 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 #C528AF is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 175 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.23 |
| HSL | 308.41º | 0.66% | 0.46% | - |
| HSV(B) | 308.41º | 0.8% | 0.77% | - |
| XYZ | 31.52 | 16.48 | 42.08 | - |
| YUV | 102.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 175 | 0 | 0.80 | 0.11 | 0.23 | 308.41 | 0.66 | 0.46 |
| Hex | C5 | 28 | AF | 0 | 50 | B | 17 | 134 | 42 | 2E |
| Octal | 305 | 50 | 257 | 0 | 120 | 13 | 27 | 464 | 102 | 56 |
| Binary | 11000101 | 101000 | 10101111 | 0 | 1010000 | 1011 | 10111 | 100110100 | 1000010 | 101110 |
Color Harmonies of #C528AF
Complementary color
Monochromatic Colors of #C528AF
Black with #C528AF
Text Example
Text Example
White with #C528AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528AF; }
p { color: rgb(197,40,175); }
H1.HeaderClassName
{
color: #C528AF;
}
.AnyTagClassName
{
color: #C528AF;
}
</style>
background-color css
<style>
a { background-color: #C528AF; }
a { background-color: rgb(197,40,175); }
div.DivClassName
{
background-color: #C528AF;
}
.BgClassName
{
background-color: #C528AF;
}
</style>
border-color css
<style>
span { border-color: #C528AF; }
span { border-color: rgb(197,40,175); }
td.TdClassName
{
border-color: #C528AF;
}
.TagClassName
{
border-color: #C528AF;
}
</style>