Shades of Fuchsia #C535AC
Tints of Fuchsia #C535AC
RGB
CMYK
RGB Variations
Color information
#C535AC (or 0xC535AC) is known color: Fuchsia. HEX triplet: C5, 35 and AC. RGB value is (197,53,172). Sum of RGB (Red+Green+Blue) = 197+53+172=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C535AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535AC is #3ACA53. Grayscale: #6D6D6D. Windows color (decimal): -3852884 or 11285957. OLE color: 11285957.
HSL color Cylindrical-coordinate representation of color #C535AC: hue angle of 310.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C535AC is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 172 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.23 |
| HSL | 310.42º | 0.58% | 0.49% | - |
| HSV(B) | 310.42º | 0.73% | 0.77% | - |
| XYZ | 31.75 | 17.4 | 40.71 | - |
| YUV | 109.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 172 | 0 | 0.73 | 0.13 | 0.23 | 310.42 | 0.58 | 0.49 |
| Hex | C5 | 35 | AC | 0 | 49 | D | 17 | 136 | 3A | 31 |
| Octal | 305 | 65 | 254 | 0 | 111 | 15 | 27 | 466 | 72 | 61 |
| Binary | 11000101 | 110101 | 10101100 | 0 | 1001001 | 1101 | 10111 | 100110110 | 111010 | 110001 |
Color Harmonies of #C535AC
Complementary color
Monochromatic Colors of #C535AC
Black with #C535AC
Text Example
Text Example
White with #C535AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535AC; }
p { color: rgb(197,53,172); }
H1.HeaderClassName
{
color: #C535AC;
}
.AnyTagClassName
{
color: #C535AC;
}
</style>
background-color css
<style>
a { background-color: #C535AC; }
a { background-color: rgb(197,53,172); }
div.DivClassName
{
background-color: #C535AC;
}
.BgClassName
{
background-color: #C535AC;
}
</style>
border-color css
<style>
span { border-color: #C535AC; }
span { border-color: rgb(197,53,172); }
td.TdClassName
{
border-color: #C535AC;
}
.TagClassName
{
border-color: #C535AC;
}
</style>