Shades of Fuchsia #C751C0
Tints of Fuchsia #C751C0
RGB
CMYK
RGB Variations
Color information
#C751C0 (or 0xC751C0) is known color: Fuchsia. HEX triplet: C7, 51 and C0. RGB value is (199,81,192). Sum of RGB (Red+Green+Blue) = 199+81+192=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C751C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751C0 is #38AE3F. Grayscale: #808080. Windows color (decimal): -3714624 or 12603847. OLE color: 12603847.
HSL color Cylindrical-coordinate representation of color #C751C0: hue angle of 303.56º 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 #C751C0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 192 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.22 |
| HSL | 303.56º | 0.51% | 0.55% | - |
| HSV(B) | 303.56º | 0.59% | 0.78% | - |
| XYZ | 36.01 | 21.83 | 52.19 | - |
| YUV | 128.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 192 | 0 | 0.59 | 0.04 | 0.22 | 303.56 | 0.51 | 0.55 |
| Hex | C7 | 51 | C0 | 0 | 3B | 4 | 16 | 130 | 33 | 37 |
| Octal | 307 | 121 | 300 | 0 | 73 | 4 | 26 | 460 | 63 | 67 |
| Binary | 11000111 | 1010001 | 11000000 | 0 | 111011 | 100 | 10110 | 100110000 | 110011 | 110111 |
Color Harmonies of #C751C0
Complementary color
Monochromatic Colors of #C751C0
Black with #C751C0
Text Example
Text Example
White with #C751C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751C0; }
p { color: rgb(199,81,192); }
H1.HeaderClassName
{
color: #C751C0;
}
.AnyTagClassName
{
color: #C751C0;
}
</style>
background-color css
<style>
a { background-color: #C751C0; }
a { background-color: rgb(199,81,192); }
div.DivClassName
{
background-color: #C751C0;
}
.BgClassName
{
background-color: #C751C0;
}
</style>
border-color css
<style>
span { border-color: #C751C0; }
span { border-color: rgb(199,81,192); }
td.TdClassName
{
border-color: #C751C0;
}
.TagClassName
{
border-color: #C751C0;
}
</style>