Shades of Fuchsia #C750C3
Tints of Fuchsia #C750C3
RGB
CMYK
RGB Variations
Color information
#C750C3 (or 0xC750C3) is known color: Fuchsia. HEX triplet: C7, 50 and C3. RGB value is (199,80,195). Sum of RGB (Red+Green+Blue) = 199+80+195=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C750C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750C3 is #38AF3C. Grayscale: #808080. Windows color (decimal): -3714877 or 12800199. OLE color: 12800199.
HSL color Cylindrical-coordinate representation of color #C750C3: hue angle of 302.02º 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 #C750C3 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 195 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.22 |
| HSL | 302.02º | 0.52% | 0.55% | - |
| HSV(B) | 302.02º | 0.6% | 0.78% | - |
| XYZ | 36.27 | 21.82 | 53.93 | - |
| YUV | 128.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 195 | 0 | 0.60 | 0.02 | 0.22 | 302.02 | 0.52 | 0.55 |
| Hex | C7 | 50 | C3 | 0 | 3C | 2 | 16 | 12E | 34 | 37 |
| Octal | 307 | 120 | 303 | 0 | 74 | 2 | 26 | 456 | 64 | 67 |
| Binary | 11000111 | 1010000 | 11000011 | 0 | 111100 | 10 | 10110 | 100101110 | 110100 | 110111 |
Color Harmonies of #C750C3
Complementary color
Monochromatic Colors of #C750C3
Black with #C750C3
Text Example
Text Example
White with #C750C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750C3; }
p { color: rgb(199,80,195); }
H1.HeaderClassName
{
color: #C750C3;
}
.AnyTagClassName
{
color: #C750C3;
}
</style>
background-color css
<style>
a { background-color: #C750C3; }
a { background-color: rgb(199,80,195); }
div.DivClassName
{
background-color: #C750C3;
}
.BgClassName
{
background-color: #C750C3;
}
</style>
border-color css
<style>
span { border-color: #C750C3; }
span { border-color: rgb(199,80,195); }
td.TdClassName
{
border-color: #C750C3;
}
.TagClassName
{
border-color: #C750C3;
}
</style>