Shades of Fuchsia #C536C8
Tints of Fuchsia #C536C8
RGB
CMYK
RGB Variations
Color information
#C536C8 (or 0xC536C8) is known color: Fuchsia. HEX triplet: C5, 36 and C8. RGB value is (197,54,200). Sum of RGB (Red+Green+Blue) = 197+54+200=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #C536C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536C8 is #3AC937. Grayscale: #707070. Windows color (decimal): -3852600 or 13121221. OLE color: 13121221.
HSL color Cylindrical-coordinate representation of color #C536C8: hue angle of 298.77º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C536C8 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 54 | 200 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.22 |
| HSL | 298.77º | 0.57% | 0.5% | - |
| HSV(B) | 298.77º | 0.73% | 0.78% | - |
| XYZ | 34.77 | 18.68 | 56.42 | - |
| YUV | 113.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 200 | 0.02 | 0.73 | 0 | 0.22 | 298.77 | 0.57 | 0.5 |
| Hex | C5 | 36 | C8 | 2 | 49 | 0 | 16 | 12B | 39 | 32 |
| Octal | 305 | 66 | 310 | 2 | 111 | 0 | 26 | 453 | 71 | 62 |
| Binary | 11000101 | 110110 | 11001000 | 10 | 1001001 | 0 | 10110 | 100101011 | 111001 | 110010 |
Color Harmonies of #C536C8
Complementary color
Monochromatic Colors of #C536C8
Black with #C536C8
Text Example
Text Example
White with #C536C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536C8; }
p { color: rgb(197,54,200); }
H1.HeaderClassName
{
color: #C536C8;
}
.AnyTagClassName
{
color: #C536C8;
}
</style>
background-color css
<style>
a { background-color: #C536C8; }
a { background-color: rgb(197,54,200); }
div.DivClassName
{
background-color: #C536C8;
}
.BgClassName
{
background-color: #C536C8;
}
</style>
border-color css
<style>
span { border-color: #C536C8; }
span { border-color: rgb(197,54,200); }
td.TdClassName
{
border-color: #C536C8;
}
.TagClassName
{
border-color: #C536C8;
}
</style>