Shades of Fuchsia #C536AA
Tints of Fuchsia #C536AA
RGB
CMYK
RGB Variations
Color information
#C536AA (or 0xC536AA) is known color: Fuchsia. HEX triplet: C5, 36 and AA. RGB value is (197,54,170). Sum of RGB (Red+Green+Blue) = 197+54+170=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C536AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536AA is #3AC955. Grayscale: #6D6D6D. Windows color (decimal): -3852630 or 11155141. OLE color: 11155141.
HSL color Cylindrical-coordinate representation of color #C536AA: hue angle of 311.33º 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 #C536AA is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 170 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.23 |
| HSL | 311.33º | 0.57% | 0.49% | - |
| HSV(B) | 311.33º | 0.73% | 0.77% | - |
| XYZ | 31.6 | 17.41 | 39.73 | - |
| YUV | 109.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 170 | 0 | 0.73 | 0.14 | 0.23 | 311.33 | 0.57 | 0.49 |
| Hex | C5 | 36 | AA | 0 | 49 | E | 17 | 137 | 39 | 31 |
| Octal | 305 | 66 | 252 | 0 | 111 | 16 | 27 | 467 | 71 | 61 |
| Binary | 11000101 | 110110 | 10101010 | 0 | 1001001 | 1110 | 10111 | 100110111 | 111001 | 110001 |
Color Harmonies of #C536AA
Complementary color
Monochromatic Colors of #C536AA
Black with #C536AA
Text Example
Text Example
White with #C536AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536AA; }
p { color: rgb(197,54,170); }
H1.HeaderClassName
{
color: #C536AA;
}
.AnyTagClassName
{
color: #C536AA;
}
</style>
background-color css
<style>
a { background-color: #C536AA; }
a { background-color: rgb(197,54,170); }
div.DivClassName
{
background-color: #C536AA;
}
.BgClassName
{
background-color: #C536AA;
}
</style>
border-color css
<style>
span { border-color: #C536AA; }
span { border-color: rgb(197,54,170); }
td.TdClassName
{
border-color: #C536AA;
}
.TagClassName
{
border-color: #C536AA;
}
</style>