Shades of Fuchsia #C75AAE
Tints of Fuchsia #C75AAE
RGB
CMYK
RGB Variations
Color information
#C75AAE (or 0xC75AAE) is known color: Fuchsia. HEX triplet: C7, 5A and AE. RGB value is (199,90,174). Sum of RGB (Red+Green+Blue) = 199+90+174=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAE is #38A551. Grayscale: #838383. Windows color (decimal): -3712338 or 11426503. OLE color: 11426503.
HSL color Cylindrical-coordinate representation of color #C75AAE: hue angle of 313.76º 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 #C75AAE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 174 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.22 |
| HSL | 313.76º | 0.49% | 0.57% | - |
| HSV(B) | 313.76º | 0.55% | 0.78% | - |
| XYZ | 34.85 | 22.51 | 42.55 | - |
| YUV | 132.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 174 | 0 | 0.55 | 0.13 | 0.22 | 313.76 | 0.49 | 0.57 |
| Hex | C7 | 5A | AE | 0 | 37 | D | 16 | 13A | 31 | 39 |
| Octal | 307 | 132 | 256 | 0 | 67 | 15 | 26 | 472 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10101110 | 0 | 110111 | 1101 | 10110 | 100111010 | 110001 | 111001 |
Color Harmonies of #C75AAE
Complementary color
Monochromatic Colors of #C75AAE
Black with #C75AAE
Text Example
Text Example
White with #C75AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AAE; }
p { color: rgb(199,90,174); }
H1.HeaderClassName
{
color: #C75AAE;
}
.AnyTagClassName
{
color: #C75AAE;
}
</style>
background-color css
<style>
a { background-color: #C75AAE; }
a { background-color: rgb(199,90,174); }
div.DivClassName
{
background-color: #C75AAE;
}
.BgClassName
{
background-color: #C75AAE;
}
</style>
border-color css
<style>
span { border-color: #C75AAE; }
span { border-color: rgb(199,90,174); }
td.TdClassName
{
border-color: #C75AAE;
}
.TagClassName
{
border-color: #C75AAE;
}
</style>