Shades of Fuchsia #C053B6
Tints of Fuchsia #C053B6
RGB
CMYK
RGB Variations
Color information
#C053B6 (or 0xC053B6) is known color: Fuchsia. HEX triplet: C0, 53 and B6. RGB value is (192,83,182). Sum of RGB (Red+Green+Blue) = 192+83+182=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053B6 is #3FAC49. Grayscale: #7E7E7E. Windows color (decimal): -4172874 or 11948992. OLE color: 11948992.
HSL color Cylindrical-coordinate representation of color #C053B6: hue angle of 305.5º 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 #C053B6 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 182 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.25 |
| HSL | 305.5º | 0.46% | 0.54% | - |
| HSV(B) | 305.5º | 0.57% | 0.75% | - |
| XYZ | 33.27 | 20.77 | 46.51 | - |
| YUV | 126.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 182 | 0 | 0.57 | 0.05 | 0.25 | 305.5 | 0.46 | 0.54 |
| Hex | C0 | 53 | B6 | 0 | 39 | 5 | 19 | 132 | 2E | 36 |
| Octal | 300 | 123 | 266 | 0 | 71 | 5 | 31 | 462 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10110110 | 0 | 111001 | 101 | 11001 | 100110010 | 101110 | 110110 |
Color Harmonies of #C053B6
Complementary color
Monochromatic Colors of #C053B6
Black with #C053B6
Text Example
Text Example
White with #C053B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053B6; }
p { color: rgb(192,83,182); }
H1.HeaderClassName
{
color: #C053B6;
}
.AnyTagClassName
{
color: #C053B6;
}
</style>
background-color css
<style>
a { background-color: #C053B6; }
a { background-color: rgb(192,83,182); }
div.DivClassName
{
background-color: #C053B6;
}
.BgClassName
{
background-color: #C053B6;
}
</style>
border-color css
<style>
span { border-color: #C053B6; }
span { border-color: rgb(192,83,182); }
td.TdClassName
{
border-color: #C053B6;
}
.TagClassName
{
border-color: #C053B6;
}
</style>