Shades of Fuchsia #C53FB7
Tints of Fuchsia #C53FB7
RGB
CMYK
RGB Variations
Color information
#C53FB7 (or 0xC53FB7) is known color: Fuchsia. HEX triplet: C5, 3F and B7. RGB value is (197,63,183). Sum of RGB (Red+Green+Blue) = 197+63+183=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FB7 is #3AC048. Grayscale: #747474. Windows color (decimal): -3850313 or 12009413. OLE color: 12009413.
HSL color Cylindrical-coordinate representation of color #C53FB7: hue angle of 306.27º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53FB7 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 183 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.23 |
| HSL | 306.27º | 0.54% | 0.51% | - |
| HSV(B) | 306.27º | 0.68% | 0.77% | - |
| XYZ | 33.35 | 18.84 | 46.68 | - |
| YUV | 116.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 183 | 0 | 0.68 | 0.07 | 0.23 | 306.27 | 0.54 | 0.51 |
| Hex | C5 | 3F | B7 | 0 | 44 | 7 | 17 | 132 | 36 | 33 |
| Octal | 305 | 77 | 267 | 0 | 104 | 7 | 27 | 462 | 66 | 63 |
| Binary | 11000101 | 111111 | 10110111 | 0 | 1000100 | 111 | 10111 | 100110010 | 110110 | 110011 |
Color Harmonies of #C53FB7
Complementary color
Monochromatic Colors of #C53FB7
Black with #C53FB7
Text Example
Text Example
White with #C53FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FB7; }
p { color: rgb(197,63,183); }
H1.HeaderClassName
{
color: #C53FB7;
}
.AnyTagClassName
{
color: #C53FB7;
}
</style>
background-color css
<style>
a { background-color: #C53FB7; }
a { background-color: rgb(197,63,183); }
div.DivClassName
{
background-color: #C53FB7;
}
.BgClassName
{
background-color: #C53FB7;
}
</style>
border-color css
<style>
span { border-color: #C53FB7; }
span { border-color: rgb(197,63,183); }
td.TdClassName
{
border-color: #C53FB7;
}
.TagClassName
{
border-color: #C53FB7;
}
</style>