Shades of Fuchsia #C75AAF
Tints of Fuchsia #C75AAF
RGB
CMYK
RGB Variations
Color information
#C75AAF (or 0xC75AAF) is known color: Fuchsia. HEX triplet: C7, 5A and AF. RGB value is (199,90,175). Sum of RGB (Red+Green+Blue) = 199+90+175=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAF is #38A550. Grayscale: #848484. Windows color (decimal): -3712337 or 11492039. OLE color: 11492039.
HSL color Cylindrical-coordinate representation of color #C75AAF: hue angle of 313.21º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75AAF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 175 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.22 |
| HSL | 313.21º | 0.49% | 0.57% | - |
| HSV(B) | 313.21º | 0.55% | 0.78% | - |
| XYZ | 34.95 | 22.55 | 43.07 | - |
| YUV | 132.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 175 | 0 | 0.55 | 0.12 | 0.22 | 313.21 | 0.49 | 0.57 |
| Hex | C7 | 5A | AF | 0 | 37 | C | 16 | 139 | 31 | 39 |
| Octal | 307 | 132 | 257 | 0 | 67 | 14 | 26 | 471 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10101111 | 0 | 110111 | 1100 | 10110 | 100111001 | 110001 | 111001 |
Color Harmonies of #C75AAF
Complementary color
Monochromatic Colors of #C75AAF
Black with #C75AAF
Text Example
Text Example
White with #C75AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AAF; }
p { color: rgb(199,90,175); }
H1.HeaderClassName
{
color: #C75AAF;
}
.AnyTagClassName
{
color: #C75AAF;
}
</style>
background-color css
<style>
a { background-color: #C75AAF; }
a { background-color: rgb(199,90,175); }
div.DivClassName
{
background-color: #C75AAF;
}
.BgClassName
{
background-color: #C75AAF;
}
</style>
border-color css
<style>
span { border-color: #C75AAF; }
span { border-color: rgb(199,90,175); }
td.TdClassName
{
border-color: #C75AAF;
}
.TagClassName
{
border-color: #C75AAF;
}
</style>