Shades of Fuchsia #C750C0
Tints of Fuchsia #C750C0
RGB
CMYK
RGB Variations
Color information
#C750C0 (or 0xC750C0) is known color: Fuchsia. HEX triplet: C7, 50 and C0. RGB value is (199,80,192). Sum of RGB (Red+Green+Blue) = 199+80+192=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C750C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750C0 is #38AF3F. Grayscale: #808080. Windows color (decimal): -3714880 or 12603591. OLE color: 12603591.
HSL color Cylindrical-coordinate representation of color #C750C0: hue angle of 303.53º 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 #C750C0 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 192 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.22 |
| HSL | 303.53º | 0.52% | 0.55% | - |
| HSV(B) | 303.53º | 0.6% | 0.78% | - |
| XYZ | 35.94 | 21.69 | 52.16 | - |
| YUV | 128.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 192 | 0 | 0.60 | 0.04 | 0.22 | 303.53 | 0.52 | 0.55 |
| Hex | C7 | 50 | C0 | 0 | 3C | 4 | 16 | 130 | 34 | 37 |
| Octal | 307 | 120 | 300 | 0 | 74 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11000111 | 1010000 | 11000000 | 0 | 111100 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C750C0
Complementary color
Monochromatic Colors of #C750C0
Black with #C750C0
Text Example
Text Example
White with #C750C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750C0; }
p { color: rgb(199,80,192); }
H1.HeaderClassName
{
color: #C750C0;
}
.AnyTagClassName
{
color: #C750C0;
}
</style>
background-color css
<style>
a { background-color: #C750C0; }
a { background-color: rgb(199,80,192); }
div.DivClassName
{
background-color: #C750C0;
}
.BgClassName
{
background-color: #C750C0;
}
</style>
border-color css
<style>
span { border-color: #C750C0; }
span { border-color: rgb(199,80,192); }
td.TdClassName
{
border-color: #C750C0;
}
.TagClassName
{
border-color: #C750C0;
}
</style>