Shades of Fuchsia #C053BC
Tints of Fuchsia #C053BC
RGB
CMYK
RGB Variations
Color information
#C053BC (or 0xC053BC) is known color: Fuchsia. HEX triplet: C0, 53 and BC. RGB value is (192,83,188). Sum of RGB (Red+Green+Blue) = 192+83+188=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C053BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053BC is #3FAC43. Grayscale: #7F7F7F. Windows color (decimal): -4172868 or 12342208. OLE color: 12342208.
HSL color Cylindrical-coordinate representation of color #C053BC: hue angle of 302.2º 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 #C053BC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 188 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.25 |
| HSL | 302.2º | 0.46% | 0.54% | - |
| HSV(B) | 302.2º | 0.57% | 0.75% | - |
| XYZ | 33.91 | 21.02 | 49.85 | - |
| YUV | 127.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 188 | 0 | 0.57 | 0.02 | 0.25 | 302.2 | 0.46 | 0.54 |
| Hex | C0 | 53 | BC | 0 | 39 | 2 | 19 | 12E | 2E | 36 |
| Octal | 300 | 123 | 274 | 0 | 71 | 2 | 31 | 456 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10111100 | 0 | 111001 | 10 | 11001 | 100101110 | 101110 | 110110 |
Color Harmonies of #C053BC
Complementary color
Monochromatic Colors of #C053BC
Black with #C053BC
Text Example
Text Example
White with #C053BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053BC; }
p { color: rgb(192,83,188); }
H1.HeaderClassName
{
color: #C053BC;
}
.AnyTagClassName
{
color: #C053BC;
}
</style>
background-color css
<style>
a { background-color: #C053BC; }
a { background-color: rgb(192,83,188); }
div.DivClassName
{
background-color: #C053BC;
}
.BgClassName
{
background-color: #C053BC;
}
</style>
border-color css
<style>
span { border-color: #C053BC; }
span { border-color: rgb(192,83,188); }
td.TdClassName
{
border-color: #C053BC;
}
.TagClassName
{
border-color: #C053BC;
}
</style>