Shades of Fuchsia #C750C1
Tints of Fuchsia #C750C1
RGB
CMYK
RGB Variations
Color information
#C750C1 (or 0xC750C1) is known color: Fuchsia. HEX triplet: C7, 50 and C1. RGB value is (199,80,193). Sum of RGB (Red+Green+Blue) = 199+80+193=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C750C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750C1 is #38AF3E. Grayscale: #808080. Windows color (decimal): -3714879 or 12669127. OLE color: 12669127.
HSL color Cylindrical-coordinate representation of color #C750C1: hue angle of 303.03º 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 #C750C1 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 193 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.22 |
| HSL | 303.03º | 0.52% | 0.55% | - |
| HSV(B) | 303.03º | 0.6% | 0.78% | - |
| XYZ | 36.05 | 21.73 | 52.75 | - |
| YUV | 128.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 193 | 0 | 0.60 | 0.03 | 0.22 | 303.03 | 0.52 | 0.55 |
| Hex | C7 | 50 | C1 | 0 | 3C | 3 | 16 | 12F | 34 | 37 |
| Octal | 307 | 120 | 301 | 0 | 74 | 3 | 26 | 457 | 64 | 67 |
| Binary | 11000111 | 1010000 | 11000001 | 0 | 111100 | 11 | 10110 | 100101111 | 110100 | 110111 |
Color Harmonies of #C750C1
Complementary color
Monochromatic Colors of #C750C1
Black with #C750C1
Text Example
Text Example
White with #C750C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750C1; }
p { color: rgb(199,80,193); }
H1.HeaderClassName
{
color: #C750C1;
}
.AnyTagClassName
{
color: #C750C1;
}
</style>
background-color css
<style>
a { background-color: #C750C1; }
a { background-color: rgb(199,80,193); }
div.DivClassName
{
background-color: #C750C1;
}
.BgClassName
{
background-color: #C750C1;
}
</style>
border-color css
<style>
span { border-color: #C750C1; }
span { border-color: rgb(199,80,193); }
td.TdClassName
{
border-color: #C750C1;
}
.TagClassName
{
border-color: #C750C1;
}
</style>