Shades of Fuchsia #C751AA
Tints of Fuchsia #C751AA
RGB
CMYK
RGB Variations
Color information
#C751AA (or 0xC751AA) is known color: Fuchsia. HEX triplet: C7, 51 and AA. RGB value is (199,81,170). Sum of RGB (Red+Green+Blue) = 199+81+170=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C751AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C751AA is #38AE55. Grayscale: #7E7E7E. Windows color (decimal): -3714646 or 11162055. OLE color: 11162055.
HSL color Cylindrical-coordinate representation of color #C751AA: hue angle of 314.75º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C751AA is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 170 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.22 |
| HSL | 314.75º | 0.51% | 0.55% | - |
| HSV(B) | 314.75º | 0.59% | 0.78% | - |
| XYZ | 33.75 | 20.93 | 40.29 | - |
| YUV | 126.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 170 | 0 | 0.59 | 0.15 | 0.22 | 314.75 | 0.51 | 0.55 |
| Hex | C7 | 51 | AA | 0 | 3B | F | 16 | 13B | 33 | 37 |
| Octal | 307 | 121 | 252 | 0 | 73 | 17 | 26 | 473 | 63 | 67 |
| Binary | 11000111 | 1010001 | 10101010 | 0 | 111011 | 1111 | 10110 | 100111011 | 110011 | 110111 |
Color Harmonies of #C751AA
Complementary color
Monochromatic Colors of #C751AA
Black with #C751AA
Text Example
Text Example
White with #C751AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751AA; }
p { color: rgb(199,81,170); }
H1.HeaderClassName
{
color: #C751AA;
}
.AnyTagClassName
{
color: #C751AA;
}
</style>
background-color css
<style>
a { background-color: #C751AA; }
a { background-color: rgb(199,81,170); }
div.DivClassName
{
background-color: #C751AA;
}
.BgClassName
{
background-color: #C751AA;
}
</style>
border-color css
<style>
span { border-color: #C751AA; }
span { border-color: rgb(199,81,170); }
td.TdClassName
{
border-color: #C751AA;
}
.TagClassName
{
border-color: #C751AA;
}
</style>