Shades of Fuchsia #C529AF
Tints of Fuchsia #C529AF
RGB
CMYK
RGB Variations
Color information
#C529AF (or 0xC529AF) is known color: Fuchsia. HEX triplet: C5, 29 and AF. RGB value is (197,41,175). Sum of RGB (Red+Green+Blue) = 197+41+175=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C529AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C529AF is #3AD650. Grayscale: #666666. Windows color (decimal): -3855953 or 11479493. OLE color: 11479493.
HSL color Cylindrical-coordinate representation of color #C529AF: hue angle of 308.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C529AF is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 175 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.23 |
| HSL | 308.46º | 0.66% | 0.47% | - |
| HSV(B) | 308.46º | 0.79% | 0.77% | - |
| XYZ | 31.56 | 16.55 | 42.09 | - |
| YUV | 102.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 175 | 0 | 0.79 | 0.11 | 0.23 | 308.46 | 0.66 | 0.47 |
| Hex | C5 | 29 | AF | 0 | 4F | B | 17 | 134 | 42 | 2F |
| Octal | 305 | 51 | 257 | 0 | 117 | 13 | 27 | 464 | 102 | 57 |
| Binary | 11000101 | 101001 | 10101111 | 0 | 1001111 | 1011 | 10111 | 100110100 | 1000010 | 101111 |
Color Harmonies of #C529AF
Complementary color
Monochromatic Colors of #C529AF
Black with #C529AF
Text Example
Text Example
White with #C529AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529AF; }
p { color: rgb(197,41,175); }
H1.HeaderClassName
{
color: #C529AF;
}
.AnyTagClassName
{
color: #C529AF;
}
</style>
background-color css
<style>
a { background-color: #C529AF; }
a { background-color: rgb(197,41,175); }
div.DivClassName
{
background-color: #C529AF;
}
.BgClassName
{
background-color: #C529AF;
}
</style>
border-color css
<style>
span { border-color: #C529AF; }
span { border-color: rgb(197,41,175); }
td.TdClassName
{
border-color: #C529AF;
}
.TagClassName
{
border-color: #C529AF;
}
</style>