Shades of Fuchsia #C750AB
Tints of Fuchsia #C750AB
RGB
CMYK
RGB Variations
Color information
#C750AB (or 0xC750AB) is known color: Fuchsia. HEX triplet: C7, 50 and AB. RGB value is (199,80,171). Sum of RGB (Red+Green+Blue) = 199+80+171=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C750AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C750AB is #38AF54. Grayscale: #7D7D7D. Windows color (decimal): -3714901 or 11227335. OLE color: 11227335.
HSL color Cylindrical-coordinate representation of color #C750AB: hue angle of 314.12º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750AB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 171 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.22 |
| HSL | 314.12º | 0.52% | 0.55% | - |
| HSV(B) | 314.12º | 0.6% | 0.78% | - |
| XYZ | 33.77 | 20.82 | 40.77 | - |
| YUV | 125.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 171 | 0 | 0.60 | 0.14 | 0.22 | 314.12 | 0.52 | 0.55 |
| Hex | C7 | 50 | AB | 0 | 3C | E | 16 | 13A | 34 | 37 |
| Octal | 307 | 120 | 253 | 0 | 74 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10101011 | 0 | 111100 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C750AB
Complementary color
Monochromatic Colors of #C750AB
Black with #C750AB
Text Example
Text Example
White with #C750AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750AB; }
p { color: rgb(199,80,171); }
H1.HeaderClassName
{
color: #C750AB;
}
.AnyTagClassName
{
color: #C750AB;
}
</style>
background-color css
<style>
a { background-color: #C750AB; }
a { background-color: rgb(199,80,171); }
div.DivClassName
{
background-color: #C750AB;
}
.BgClassName
{
background-color: #C750AB;
}
</style>
border-color css
<style>
span { border-color: #C750AB; }
span { border-color: rgb(199,80,171); }
td.TdClassName
{
border-color: #C750AB;
}
.TagClassName
{
border-color: #C750AB;
}
</style>