Shades of Fuchsia #C053C0
Tints of Fuchsia #C053C0
RGB
CMYK
RGB Variations
Color information
#C053C0 (or 0xC053C0) is known color: Fuchsia. HEX triplet: C0, 53 and C0. RGB value is (192,83,192). Sum of RGB (Red+Green+Blue) = 192+83+192=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C053C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053C0 is #3FAC3F. Grayscale: #7F7F7F. Windows color (decimal): -4172864 or 12604352. OLE color: 12604352.
HSL color Cylindrical-coordinate representation of color #C053C0: hue angle of 300º 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 #C053C0 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 192 | - |
| CMYK | 0 | 0.57 | 0 | 0.25 |
| HSL | 300º | 0.46% | 0.54% | - |
| HSV(B) | 300º | 0.57% | 0.75% | - |
| XYZ | 34.35 | 21.2 | 52.15 | - |
| YUV | 128.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 192 | 0 | 0.57 | 0 | 0.25 | 300 | 0.46 | 0.54 |
| Hex | C0 | 53 | C0 | 0 | 39 | 0 | 19 | 12C | 2E | 36 |
| Octal | 300 | 123 | 300 | 0 | 71 | 0 | 31 | 454 | 56 | 66 |
| Binary | 11000000 | 1010011 | 11000000 | 0 | 111001 | 0 | 11001 | 100101100 | 101110 | 110110 |
Color Harmonies of #C053C0
Complementary color
Monochromatic Colors of #C053C0
Black with #C053C0
Text Example
Text Example
White with #C053C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053C0; }
p { color: rgb(192,83,192); }
H1.HeaderClassName
{
color: #C053C0;
}
.AnyTagClassName
{
color: #C053C0;
}
</style>
background-color css
<style>
a { background-color: #C053C0; }
a { background-color: rgb(192,83,192); }
div.DivClassName
{
background-color: #C053C0;
}
.BgClassName
{
background-color: #C053C0;
}
</style>
border-color css
<style>
span { border-color: #C053C0; }
span { border-color: rgb(192,83,192); }
td.TdClassName
{
border-color: #C053C0;
}
.TagClassName
{
border-color: #C053C0;
}
</style>