Shades of Fuchsia #C536AF
Tints of Fuchsia #C536AF
RGB
CMYK
RGB Variations
Color information
#C536AF (or 0xC536AF) is known color: Fuchsia. HEX triplet: C5, 36 and AF. RGB value is (197,54,175). Sum of RGB (Red+Green+Blue) = 197+54+175=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C536AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536AF is #3AC950. Grayscale: #6E6E6E. Windows color (decimal): -3852625 or 11482821. OLE color: 11482821.
HSL color Cylindrical-coordinate representation of color #C536AF: hue angle of 309.23º 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 #C536AF is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 175 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.23 |
| HSL | 309.23º | 0.57% | 0.49% | - |
| HSV(B) | 309.23º | 0.73% | 0.77% | - |
| XYZ | 32.08 | 17.6 | 42.26 | - |
| YUV | 110.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 175 | 0 | 0.73 | 0.11 | 0.23 | 309.23 | 0.57 | 0.49 |
| Hex | C5 | 36 | AF | 0 | 49 | B | 17 | 135 | 39 | 31 |
| Octal | 305 | 66 | 257 | 0 | 111 | 13 | 27 | 465 | 71 | 61 |
| Binary | 11000101 | 110110 | 10101111 | 0 | 1001001 | 1011 | 10111 | 100110101 | 111001 | 110001 |
Color Harmonies of #C536AF
Complementary color
Monochromatic Colors of #C536AF
Black with #C536AF
Text Example
Text Example
White with #C536AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536AF; }
p { color: rgb(197,54,175); }
H1.HeaderClassName
{
color: #C536AF;
}
.AnyTagClassName
{
color: #C536AF;
}
</style>
background-color css
<style>
a { background-color: #C536AF; }
a { background-color: rgb(197,54,175); }
div.DivClassName
{
background-color: #C536AF;
}
.BgClassName
{
background-color: #C536AF;
}
</style>
border-color css
<style>
span { border-color: #C536AF; }
span { border-color: rgb(197,54,175); }
td.TdClassName
{
border-color: #C536AF;
}
.TagClassName
{
border-color: #C536AF;
}
</style>