Shades of Fuchsia #C75EC9
Tints of Fuchsia #C75EC9
RGB
CMYK
RGB Variations
Color information
#C75EC9 (or 0xC75EC9) is known color: Fuchsia. HEX triplet: C7, 5E and C9. RGB value is (199,94,201). Sum of RGB (Red+Green+Blue) = 199+94+201=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #C75EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EC9 is #38A136. Grayscale: #898989. Windows color (decimal): -3711287 or 13196999. OLE color: 13196999.
HSL color Cylindrical-coordinate representation of color #C75EC9: hue angle of 298.88º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75EC9 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 94 | 201 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.21 |
| HSL | 298.88º | 0.5% | 0.58% | - |
| HSV(B) | 298.88º | 0.53% | 0.79% | - |
| XYZ | 38.1 | 24.36 | 57.95 | - |
| YUV | 137.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 201 | 0.01 | 0.53 | 0 | 0.21 | 298.88 | 0.5 | 0.58 |
| Hex | C7 | 5E | C9 | 1 | 35 | 0 | 15 | 12B | 32 | 3A |
| Octal | 307 | 136 | 311 | 1 | 65 | 0 | 25 | 453 | 62 | 72 |
| Binary | 11000111 | 1011110 | 11001001 | 1 | 110101 | 0 | 10101 | 100101011 | 110010 | 111010 |
Color Harmonies of #C75EC9
Complementary color
Monochromatic Colors of #C75EC9
Black with #C75EC9
Text Example
Text Example
White with #C75EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EC9; }
p { color: rgb(199,94,201); }
H1.HeaderClassName
{
color: #C75EC9;
}
.AnyTagClassName
{
color: #C75EC9;
}
</style>
background-color css
<style>
a { background-color: #C75EC9; }
a { background-color: rgb(199,94,201); }
div.DivClassName
{
background-color: #C75EC9;
}
.BgClassName
{
background-color: #C75EC9;
}
</style>
border-color css
<style>
span { border-color: #C75EC9; }
span { border-color: rgb(199,94,201); }
td.TdClassName
{
border-color: #C75EC9;
}
.TagClassName
{
border-color: #C75EC9;
}
</style>