Shades of Fuchsia #C529B9
Tints of Fuchsia #C529B9
RGB
CMYK
RGB Variations
Color information
#C529B9 (or 0xC529B9) is known color: Fuchsia. HEX triplet: C5, 29 and B9. RGB value is (197,41,185). Sum of RGB (Red+Green+Blue) = 197+41+185=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C529B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529B9 is #3AD646. Grayscale: #676767. Windows color (decimal): -3855943 or 12134853. OLE color: 12134853.
HSL color Cylindrical-coordinate representation of color #C529B9: hue angle of 304.62º 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 #C529B9 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 185 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.23 |
| HSL | 304.62º | 0.66% | 0.47% | - |
| HSV(B) | 304.62º | 0.79% | 0.77% | - |
| XYZ | 32.58 | 16.96 | 47.46 | - |
| YUV | 104.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 185 | 0 | 0.79 | 0.06 | 0.23 | 304.62 | 0.66 | 0.47 |
| Hex | C5 | 29 | B9 | 0 | 4F | 6 | 17 | 131 | 42 | 2F |
| Octal | 305 | 51 | 271 | 0 | 117 | 6 | 27 | 461 | 102 | 57 |
| Binary | 11000101 | 101001 | 10111001 | 0 | 1001111 | 110 | 10111 | 100110001 | 1000010 | 101111 |
Color Harmonies of #C529B9
Complementary color
Monochromatic Colors of #C529B9
Black with #C529B9
Text Example
Text Example
White with #C529B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529B9; }
p { color: rgb(197,41,185); }
H1.HeaderClassName
{
color: #C529B9;
}
.AnyTagClassName
{
color: #C529B9;
}
</style>
background-color css
<style>
a { background-color: #C529B9; }
a { background-color: rgb(197,41,185); }
div.DivClassName
{
background-color: #C529B9;
}
.BgClassName
{
background-color: #C529B9;
}
</style>
border-color css
<style>
span { border-color: #C529B9; }
span { border-color: rgb(197,41,185); }
td.TdClassName
{
border-color: #C529B9;
}
.TagClassName
{
border-color: #C529B9;
}
</style>