Shades of Fuchsia #C053B9
Tints of Fuchsia #C053B9
RGB
CMYK
RGB Variations
Color information
#C053B9 (or 0xC053B9) is known color: Fuchsia. HEX triplet: C0, 53 and B9. RGB value is (192,83,185). Sum of RGB (Red+Green+Blue) = 192+83+185=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053B9 is #3FAC46. Grayscale: #7E7E7E. Windows color (decimal): -4172871 or 12145600. OLE color: 12145600.
HSL color Cylindrical-coordinate representation of color #C053B9: hue angle of 303.85º 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 #C053B9 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 185 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.25 |
| HSL | 303.85º | 0.46% | 0.54% | - |
| HSV(B) | 303.85º | 0.57% | 0.75% | - |
| XYZ | 33.59 | 20.9 | 48.16 | - |
| YUV | 127.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 185 | 0 | 0.57 | 0.04 | 0.25 | 303.85 | 0.46 | 0.54 |
| Hex | C0 | 53 | B9 | 0 | 39 | 4 | 19 | 130 | 2E | 36 |
| Octal | 300 | 123 | 271 | 0 | 71 | 4 | 31 | 460 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10111001 | 0 | 111001 | 100 | 11001 | 100110000 | 101110 | 110110 |
Color Harmonies of #C053B9
Complementary color
Monochromatic Colors of #C053B9
Black with #C053B9
Text Example
Text Example
White with #C053B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053B9; }
p { color: rgb(192,83,185); }
H1.HeaderClassName
{
color: #C053B9;
}
.AnyTagClassName
{
color: #C053B9;
}
</style>
background-color css
<style>
a { background-color: #C053B9; }
a { background-color: rgb(192,83,185); }
div.DivClassName
{
background-color: #C053B9;
}
.BgClassName
{
background-color: #C053B9;
}
</style>
border-color css
<style>
span { border-color: #C053B9; }
span { border-color: rgb(192,83,185); }
td.TdClassName
{
border-color: #C053B9;
}
.TagClassName
{
border-color: #C053B9;
}
</style>