Shades of Fuchsia #C536C5
Tints of Fuchsia #C536C5
RGB
CMYK
RGB Variations
Color information
#C536C5 (or 0xC536C5) is known color: Fuchsia. HEX triplet: C5, 36 and C5. RGB value is (197,54,197). Sum of RGB (Red+Green+Blue) = 197+54+197=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C536C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536C5 is #3AC93A. Grayscale: #707070. Windows color (decimal): -3852603 or 12924613. OLE color: 12924613.
HSL color Cylindrical-coordinate representation of color #C536C5: hue angle of 300º 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 #C536C5 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 197 | - |
| CMYK | 0 | 0.73 | 0 | 0.23 |
| HSL | 300º | 0.57% | 0.49% | - |
| HSV(B) | 300º | 0.73% | 0.77% | - |
| XYZ | 34.42 | 18.54 | 54.59 | - |
| YUV | 113.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 197 | 0 | 0.73 | 0 | 0.23 | 300 | 0.57 | 0.49 |
| Hex | C5 | 36 | C5 | 0 | 49 | 0 | 17 | 12C | 39 | 31 |
| Octal | 305 | 66 | 305 | 0 | 111 | 0 | 27 | 454 | 71 | 61 |
| Binary | 11000101 | 110110 | 11000101 | 0 | 1001001 | 0 | 10111 | 100101100 | 111001 | 110001 |
Color Harmonies of #C536C5
Complementary color
Monochromatic Colors of #C536C5
Black with #C536C5
Text Example
Text Example
White with #C536C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536C5; }
p { color: rgb(197,54,197); }
H1.HeaderClassName
{
color: #C536C5;
}
.AnyTagClassName
{
color: #C536C5;
}
</style>
background-color css
<style>
a { background-color: #C536C5; }
a { background-color: rgb(197,54,197); }
div.DivClassName
{
background-color: #C536C5;
}
.BgClassName
{
background-color: #C536C5;
}
</style>
border-color css
<style>
span { border-color: #C536C5; }
span { border-color: rgb(197,54,197); }
td.TdClassName
{
border-color: #C536C5;
}
.TagClassName
{
border-color: #C536C5;
}
</style>