Shades of Fuchsia #C051C7
Tints of Fuchsia #C051C7
RGB
CMYK
RGB Variations
Color information
#C051C7 (or 0xC051C7) is known color: Fuchsia. HEX triplet: C0, 51 and C7. RGB value is (192,81,199). Sum of RGB (Red+Green+Blue) = 192+81+199=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #C051C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051C7 is #3FAE38. Grayscale: #7F7F7F. Windows color (decimal): -4173369 or 13062592. OLE color: 13062592.
HSL color Cylindrical-coordinate representation of color #C051C7: hue angle of 296.44º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C051C7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 81 | 199 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.22 |
| HSL | 296.44º | 0.51% | 0.55% | - |
| HSV(B) | 296.44º | 0.59% | 0.78% | - |
| XYZ | 34.99 | 21.21 | 56.28 | - |
| YUV | 127.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 199 | 0.04 | 0.59 | 0 | 0.22 | 296.44 | 0.51 | 0.55 |
| Hex | C0 | 51 | C7 | 4 | 3B | 0 | 16 | 128 | 33 | 37 |
| Octal | 300 | 121 | 307 | 4 | 73 | 0 | 26 | 450 | 63 | 67 |
| Binary | 11000000 | 1010001 | 11000111 | 100 | 111011 | 0 | 10110 | 100101000 | 110011 | 110111 |
Color Harmonies of #C051C7
Complementary color
Monochromatic Colors of #C051C7
Black with #C051C7
Text Example
Text Example
White with #C051C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051C7; }
p { color: rgb(192,81,199); }
H1.HeaderClassName
{
color: #C051C7;
}
.AnyTagClassName
{
color: #C051C7;
}
</style>
background-color css
<style>
a { background-color: #C051C7; }
a { background-color: rgb(192,81,199); }
div.DivClassName
{
background-color: #C051C7;
}
.BgClassName
{
background-color: #C051C7;
}
</style>
border-color css
<style>
span { border-color: #C051C7; }
span { border-color: rgb(192,81,199); }
td.TdClassName
{
border-color: #C051C7;
}
.TagClassName
{
border-color: #C051C7;
}
</style>