Shades of Fuchsia #C75ECC
Tints of Fuchsia #C75ECC
RGB
CMYK
RGB Variations
Color information
#C75ECC (or 0xC75ECC) is known color: Fuchsia. HEX triplet: C7, 5E and CC. RGB value is (199,94,204). Sum of RGB (Red+Green+Blue) = 199+94+204=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C75ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ECC is #38A133. Grayscale: #898989. Windows color (decimal): -3711284 or 13393607. OLE color: 13393607.
HSL color Cylindrical-coordinate representation of color #C75ECC: hue angle of 297.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75ECC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 94 | 204 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.2 |
| HSL | 297.27º | 0.52% | 0.58% | - |
| HSV(B) | 297.27º | 0.54% | 0.8% | - |
| XYZ | 38.45 | 24.51 | 59.83 | - |
| YUV | 137.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 204 | 0.02 | 0.54 | 0 | 0.2 | 297.27 | 0.52 | 0.58 |
| Hex | C7 | 5E | CC | 2 | 36 | 0 | 14 | 129 | 34 | 3A |
| Octal | 307 | 136 | 314 | 2 | 66 | 0 | 24 | 451 | 64 | 72 |
| Binary | 11000111 | 1011110 | 11001100 | 10 | 110110 | 0 | 10100 | 100101001 | 110100 | 111010 |
Color Harmonies of #C75ECC
Complementary color
Monochromatic Colors of #C75ECC
Black with #C75ECC
Text Example
Text Example
White with #C75ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75ECC; }
p { color: rgb(199,94,204); }
H1.HeaderClassName
{
color: #C75ECC;
}
.AnyTagClassName
{
color: #C75ECC;
}
</style>
background-color css
<style>
a { background-color: #C75ECC; }
a { background-color: rgb(199,94,204); }
div.DivClassName
{
background-color: #C75ECC;
}
.BgClassName
{
background-color: #C75ECC;
}
</style>
border-color css
<style>
span { border-color: #C75ECC; }
span { border-color: rgb(199,94,204); }
td.TdClassName
{
border-color: #C75ECC;
}
.TagClassName
{
border-color: #C75ECC;
}
</style>