Shades of Fuchsia #C75ECD
Tints of Fuchsia #C75ECD
RGB
CMYK
RGB Variations
Color information
#C75ECD (or 0xC75ECD) is known color: Fuchsia. HEX triplet: C7, 5E and CD. RGB value is (199,94,205). Sum of RGB (Red+Green+Blue) = 199+94+205=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ECD is #38A132. Grayscale: #898989. Windows color (decimal): -3711283 or 13459143. OLE color: 13459143.
HSL color Cylindrical-coordinate representation of color #C75ECD: hue angle of 296.76º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75ECD is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 94 | 205 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.20 |
| HSL | 296.76º | 0.53% | 0.59% | - |
| HSV(B) | 296.76º | 0.54% | 0.8% | - |
| XYZ | 38.58 | 24.56 | 60.46 | - |
| YUV | 138.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 205 | 0.03 | 0.54 | 0 | 0.20 | 296.76 | 0.53 | 0.59 |
| Hex | C7 | 5E | CD | 3 | 36 | 0 | 14 | 129 | 35 | 3B |
| Octal | 307 | 136 | 315 | 3 | 66 | 0 | 24 | 451 | 65 | 73 |
| Binary | 11000111 | 1011110 | 11001101 | 11 | 110110 | 0 | 10100 | 100101001 | 110101 | 111011 |
Color Harmonies of #C75ECD
Complementary color
Monochromatic Colors of #C75ECD
Black with #C75ECD
Text Example
Text Example
White with #C75ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75ECD; }
p { color: rgb(199,94,205); }
H1.HeaderClassName
{
color: #C75ECD;
}
.AnyTagClassName
{
color: #C75ECD;
}
</style>
background-color css
<style>
a { background-color: #C75ECD; }
a { background-color: rgb(199,94,205); }
div.DivClassName
{
background-color: #C75ECD;
}
.BgClassName
{
background-color: #C75ECD;
}
</style>
border-color css
<style>
span { border-color: #C75ECD; }
span { border-color: rgb(199,94,205); }
td.TdClassName
{
border-color: #C75ECD;
}
.TagClassName
{
border-color: #C75ECD;
}
</style>