Shades of Fuchsia #C53CB3
Tints of Fuchsia #C53CB3
RGB
CMYK
RGB Variations
Color information
#C53CB3 (or 0xC53CB3) is known color: Fuchsia. HEX triplet: C5, 3C and B3. RGB value is (197,60,179). Sum of RGB (Red+Green+Blue) = 197+60+179=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CB3 is #3AC34C. Grayscale: #727272. Windows color (decimal): -3851085 or 11746501. OLE color: 11746501.
HSL color Cylindrical-coordinate representation of color #C53CB3: hue angle of 307.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53CB3 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 179 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.23 |
| HSL | 307.88º | 0.54% | 0.5% | - |
| HSV(B) | 307.88º | 0.7% | 0.77% | - |
| XYZ | 32.78 | 18.36 | 44.46 | - |
| YUV | 114.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 179 | 0 | 0.70 | 0.09 | 0.23 | 307.88 | 0.54 | 0.5 |
| Hex | C5 | 3C | B3 | 0 | 46 | 9 | 17 | 134 | 36 | 32 |
| Octal | 305 | 74 | 263 | 0 | 106 | 11 | 27 | 464 | 66 | 62 |
| Binary | 11000101 | 111100 | 10110011 | 0 | 1000110 | 1001 | 10111 | 100110100 | 110110 | 110010 |
Color Harmonies of #C53CB3
Complementary color
Monochromatic Colors of #C53CB3
Black with #C53CB3
Text Example
Text Example
White with #C53CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CB3; }
p { color: rgb(197,60,179); }
H1.HeaderClassName
{
color: #C53CB3;
}
.AnyTagClassName
{
color: #C53CB3;
}
</style>
background-color css
<style>
a { background-color: #C53CB3; }
a { background-color: rgb(197,60,179); }
div.DivClassName
{
background-color: #C53CB3;
}
.BgClassName
{
background-color: #C53CB3;
}
</style>
border-color css
<style>
span { border-color: #C53CB3; }
span { border-color: rgb(197,60,179); }
td.TdClassName
{
border-color: #C53CB3;
}
.TagClassName
{
border-color: #C53CB3;
}
</style>