Shades of Fuchsia #C536AB
Tints of Fuchsia #C536AB
RGB
CMYK
RGB Variations
Color information
#C536AB (or 0xC536AB) is known color: Fuchsia. HEX triplet: C5, 36 and AB. RGB value is (197,54,171). Sum of RGB (Red+Green+Blue) = 197+54+171=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C536AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536AB is #3AC954. Grayscale: #6D6D6D. Windows color (decimal): -3852629 or 11220677. OLE color: 11220677.
HSL color Cylindrical-coordinate representation of color #C536AB: hue angle of 310.91º degrees, saturation: 0.57, 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 #C536AB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 171 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.23 |
| HSL | 310.91º | 0.57% | 0.49% | - |
| HSV(B) | 310.91º | 0.73% | 0.77% | - |
| XYZ | 31.7 | 17.45 | 40.23 | - |
| YUV | 110.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 171 | 0 | 0.73 | 0.13 | 0.23 | 310.91 | 0.57 | 0.49 |
| Hex | C5 | 36 | AB | 0 | 49 | D | 17 | 137 | 39 | 31 |
| Octal | 305 | 66 | 253 | 0 | 111 | 15 | 27 | 467 | 71 | 61 |
| Binary | 11000101 | 110110 | 10101011 | 0 | 1001001 | 1101 | 10111 | 100110111 | 111001 | 110001 |
Color Harmonies of #C536AB
Complementary color
Monochromatic Colors of #C536AB
Black with #C536AB
Text Example
Text Example
White with #C536AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536AB; }
p { color: rgb(197,54,171); }
H1.HeaderClassName
{
color: #C536AB;
}
.AnyTagClassName
{
color: #C536AB;
}
</style>
background-color css
<style>
a { background-color: #C536AB; }
a { background-color: rgb(197,54,171); }
div.DivClassName
{
background-color: #C536AB;
}
.BgClassName
{
background-color: #C536AB;
}
</style>
border-color css
<style>
span { border-color: #C536AB; }
span { border-color: rgb(197,54,171); }
td.TdClassName
{
border-color: #C536AB;
}
.TagClassName
{
border-color: #C536AB;
}
</style>