Shades of Fuchsia #C75FCD
Tints of Fuchsia #C75FCD
RGB
CMYK
RGB Variations
Color information
#C75FCD (or 0xC75FCD) is known color: Fuchsia. HEX triplet: C7, 5F and CD. RGB value is (199,95,205). Sum of RGB (Red+Green+Blue) = 199+95+205=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FCD is #38A032. Grayscale: #8A8A8A. Windows color (decimal): -3711027 or 13459399. OLE color: 13459399.
HSL color Cylindrical-coordinate representation of color #C75FCD: hue angle of 296.73º degrees, saturation: 0.52, 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 #C75FCD is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 95 | 205 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.20 |
| HSL | 296.73º | 0.52% | 0.59% | - |
| HSV(B) | 296.73º | 0.54% | 0.8% | - |
| XYZ | 38.66 | 24.73 | 60.49 | - |
| YUV | 138.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 205 | 0.03 | 0.54 | 0 | 0.20 | 296.73 | 0.52 | 0.59 |
| Hex | C7 | 5F | CD | 3 | 36 | 0 | 14 | 129 | 34 | 3B |
| Octal | 307 | 137 | 315 | 3 | 66 | 0 | 24 | 451 | 64 | 73 |
| Binary | 11000111 | 1011111 | 11001101 | 11 | 110110 | 0 | 10100 | 100101001 | 110100 | 111011 |
Color Harmonies of #C75FCD
Complementary color
Monochromatic Colors of #C75FCD
Black with #C75FCD
Text Example
Text Example
White with #C75FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FCD; }
p { color: rgb(199,95,205); }
H1.HeaderClassName
{
color: #C75FCD;
}
.AnyTagClassName
{
color: #C75FCD;
}
</style>
background-color css
<style>
a { background-color: #C75FCD; }
a { background-color: rgb(199,95,205); }
div.DivClassName
{
background-color: #C75FCD;
}
.BgClassName
{
background-color: #C75FCD;
}
</style>
border-color css
<style>
span { border-color: #C75FCD; }
span { border-color: rgb(199,95,205); }
td.TdClassName
{
border-color: #C75FCD;
}
.TagClassName
{
border-color: #C75FCD;
}
</style>