Shades of Fuchsia #C053B0
Tints of Fuchsia #C053B0
RGB
CMYK
RGB Variations
Color information
#C053B0 (or 0xC053B0) is known color: Fuchsia. HEX triplet: C0, 53 and B0. RGB value is (192,83,176). Sum of RGB (Red+Green+Blue) = 192+83+176=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053B0 is #3FAC4F. Grayscale: #7D7D7D. Windows color (decimal): -4172880 or 11555776. OLE color: 11555776.
HSL color Cylindrical-coordinate representation of color #C053B0: hue angle of 308.81º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053B0 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 176 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.25 |
| HSL | 308.81º | 0.46% | 0.54% | - |
| HSV(B) | 308.81º | 0.57% | 0.75% | - |
| XYZ | 32.67 | 20.53 | 43.31 | - |
| YUV | 126.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 176 | 0 | 0.57 | 0.08 | 0.25 | 308.81 | 0.46 | 0.54 |
| Hex | C0 | 53 | B0 | 0 | 39 | 8 | 19 | 135 | 2E | 36 |
| Octal | 300 | 123 | 260 | 0 | 71 | 10 | 31 | 465 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10110000 | 0 | 111001 | 1000 | 11001 | 100110101 | 101110 | 110110 |
Color Harmonies of #C053B0
Complementary color
Monochromatic Colors of #C053B0
Black with #C053B0
Text Example
Text Example
White with #C053B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053B0; }
p { color: rgb(192,83,176); }
H1.HeaderClassName
{
color: #C053B0;
}
.AnyTagClassName
{
color: #C053B0;
}
</style>
background-color css
<style>
a { background-color: #C053B0; }
a { background-color: rgb(192,83,176); }
div.DivClassName
{
background-color: #C053B0;
}
.BgClassName
{
background-color: #C053B0;
}
</style>
border-color css
<style>
span { border-color: #C053B0; }
span { border-color: rgb(192,83,176); }
td.TdClassName
{
border-color: #C053B0;
}
.TagClassName
{
border-color: #C053B0;
}
</style>