Shades of Fuchsia #C051C8
Tints of Fuchsia #C051C8
RGB
CMYK
RGB Variations
Color information
#C051C8 (or 0xC051C8) is known color: Fuchsia. HEX triplet: C0, 51 and C8. RGB value is (192,81,200). Sum of RGB (Red+Green+Blue) = 192+81+200=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #C051C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051C8 is #3FAE37. Grayscale: #7F7F7F. Windows color (decimal): -4173368 or 13128128. OLE color: 13128128.
HSL color Cylindrical-coordinate representation of color #C051C8: hue angle of 295.97º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C051C8 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 81 | 200 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.22 |
| HSL | 295.97º | 0.52% | 0.55% | - |
| HSV(B) | 295.97º | 0.6% | 0.78% | - |
| XYZ | 35.11 | 21.26 | 56.9 | - |
| YUV | 127.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 200 | 0.04 | 0.59 | 0 | 0.22 | 295.97 | 0.52 | 0.55 |
| Hex | C0 | 51 | C8 | 4 | 3B | 0 | 16 | 128 | 34 | 37 |
| Octal | 300 | 121 | 310 | 4 | 73 | 0 | 26 | 450 | 64 | 67 |
| Binary | 11000000 | 1010001 | 11001000 | 100 | 111011 | 0 | 10110 | 100101000 | 110100 | 110111 |
Color Harmonies of #C051C8
Complementary color
Monochromatic Colors of #C051C8
Black with #C051C8
Text Example
Text Example
White with #C051C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051C8; }
p { color: rgb(192,81,200); }
H1.HeaderClassName
{
color: #C051C8;
}
.AnyTagClassName
{
color: #C051C8;
}
</style>
background-color css
<style>
a { background-color: #C051C8; }
a { background-color: rgb(192,81,200); }
div.DivClassName
{
background-color: #C051C8;
}
.BgClassName
{
background-color: #C051C8;
}
</style>
border-color css
<style>
span { border-color: #C051C8; }
span { border-color: rgb(192,81,200); }
td.TdClassName
{
border-color: #C051C8;
}
.TagClassName
{
border-color: #C051C8;
}
</style>