Shades of Fuchsia #C75FCC
Tints of Fuchsia #C75FCC
RGB
CMYK
RGB Variations
Color information
#C75FCC (or 0xC75FCC) is known color: Fuchsia. HEX triplet: C7, 5F and CC. RGB value is (199,95,204). Sum of RGB (Red+Green+Blue) = 199+95+204=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #C75FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FCC is #38A033. Grayscale: #8A8A8A. Windows color (decimal): -3711028 or 13393863. OLE color: 13393863.
HSL color Cylindrical-coordinate representation of color #C75FCC: hue angle of 297.25º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75FCC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 95 | 204 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.2 |
| HSL | 297.25º | 0.52% | 0.59% | - |
| HSV(B) | 297.25º | 0.53% | 0.8% | - |
| XYZ | 38.54 | 24.69 | 59.86 | - |
| YUV | 138.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 204 | 0.02 | 0.53 | 0 | 0.2 | 297.25 | 0.52 | 0.59 |
| Hex | C7 | 5F | CC | 2 | 35 | 0 | 14 | 129 | 34 | 3B |
| Octal | 307 | 137 | 314 | 2 | 65 | 0 | 24 | 451 | 64 | 73 |
| Binary | 11000111 | 1011111 | 11001100 | 10 | 110101 | 0 | 10100 | 100101001 | 110100 | 111011 |
Color Harmonies of #C75FCC
Complementary color
Monochromatic Colors of #C75FCC
Black with #C75FCC
Text Example
Text Example
White with #C75FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FCC; }
p { color: rgb(199,95,204); }
H1.HeaderClassName
{
color: #C75FCC;
}
.AnyTagClassName
{
color: #C75FCC;
}
</style>
background-color css
<style>
a { background-color: #C75FCC; }
a { background-color: rgb(199,95,204); }
div.DivClassName
{
background-color: #C75FCC;
}
.BgClassName
{
background-color: #C75FCC;
}
</style>
border-color css
<style>
span { border-color: #C75FCC; }
span { border-color: rgb(199,95,204); }
td.TdClassName
{
border-color: #C75FCC;
}
.TagClassName
{
border-color: #C75FCC;
}
</style>