Shades of Fuchsia #C75EC8
Tints of Fuchsia #C75EC8
RGB
CMYK
RGB Variations
Color information
#C75EC8 (or 0xC75EC8) is known color: Fuchsia. HEX triplet: C7, 5E and C8. RGB value is (199,94,200). Sum of RGB (Red+Green+Blue) = 199+94+200=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #C75EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EC8 is #38A137. Grayscale: #898989. Windows color (decimal): -3711288 or 13131463. OLE color: 13131463.
HSL color Cylindrical-coordinate representation of color #C75EC8: hue angle of 299.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75EC8 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 200 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.22 |
| HSL | 299.43º | 0.49% | 0.58% | - |
| HSV(B) | 299.43º | 0.53% | 0.78% | - |
| XYZ | 37.98 | 24.32 | 57.34 | - |
| YUV | 137.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 200 | 0.00 | 0.53 | 0 | 0.22 | 299.43 | 0.49 | 0.58 |
| Hex | C7 | 5E | C8 | 0 | 35 | 0 | 16 | 12B | 31 | 3A |
| Octal | 307 | 136 | 310 | 0 | 65 | 0 | 26 | 453 | 61 | 72 |
| Binary | 11000111 | 1011110 | 11001000 | 0 | 110101 | 0 | 10110 | 100101011 | 110001 | 111010 |
Color Harmonies of #C75EC8
Complementary color
Monochromatic Colors of #C75EC8
Black with #C75EC8
Text Example
Text Example
White with #C75EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EC8; }
p { color: rgb(199,94,200); }
H1.HeaderClassName
{
color: #C75EC8;
}
.AnyTagClassName
{
color: #C75EC8;
}
</style>
background-color css
<style>
a { background-color: #C75EC8; }
a { background-color: rgb(199,94,200); }
div.DivClassName
{
background-color: #C75EC8;
}
.BgClassName
{
background-color: #C75EC8;
}
</style>
border-color css
<style>
span { border-color: #C75EC8; }
span { border-color: rgb(199,94,200); }
td.TdClassName
{
border-color: #C75EC8;
}
.TagClassName
{
border-color: #C75EC8;
}
</style>