Shades of Fuchsia #C056CB
Tints of Fuchsia #C056CB
RGB
CMYK
RGB Variations
Color information
#C056CB (or 0xC056CB) is known color: Fuchsia. HEX triplet: C0, 56 and CB. RGB value is (192,86,203). Sum of RGB (Red+Green+Blue) = 192+86+203=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C056CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056CB is #3FA934. Grayscale: #828282. Windows color (decimal): -4172085 or 13326016. OLE color: 13326016.
HSL color Cylindrical-coordinate representation of color #C056CB: hue angle of 294.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C056CB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 86 | 203 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.20 |
| HSL | 294.36º | 0.53% | 0.57% | - |
| HSV(B) | 294.36º | 0.58% | 0.8% | - |
| XYZ | 35.85 | 22.17 | 58.89 | - |
| YUV | 131.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 203 | 0.05 | 0.58 | 0 | 0.20 | 294.36 | 0.53 | 0.57 |
| Hex | C0 | 56 | CB | 5 | 3A | 0 | 14 | 126 | 35 | 39 |
| Octal | 300 | 126 | 313 | 5 | 72 | 0 | 24 | 446 | 65 | 71 |
| Binary | 11000000 | 1010110 | 11001011 | 101 | 111010 | 0 | 10100 | 100100110 | 110101 | 111001 |
Color Harmonies of #C056CB
Complementary color
Monochromatic Colors of #C056CB
Black with #C056CB
Text Example
Text Example
White with #C056CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056CB; }
p { color: rgb(192,86,203); }
H1.HeaderClassName
{
color: #C056CB;
}
.AnyTagClassName
{
color: #C056CB;
}
</style>
background-color css
<style>
a { background-color: #C056CB; }
a { background-color: rgb(192,86,203); }
div.DivClassName
{
background-color: #C056CB;
}
.BgClassName
{
background-color: #C056CB;
}
</style>
border-color css
<style>
span { border-color: #C056CB; }
span { border-color: rgb(192,86,203); }
td.TdClassName
{
border-color: #C056CB;
}
.TagClassName
{
border-color: #C056CB;
}
</style>