Shades of Fuchsia #C753AB
Tints of Fuchsia #C753AB
RGB
CMYK
RGB Variations
Color information
#C753AB (or 0xC753AB) is known color: Fuchsia. HEX triplet: C7, 53 and AB. RGB value is (199,83,171). Sum of RGB (Red+Green+Blue) = 199+83+171=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C753AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753AB is #38AC54. Grayscale: #7F7F7F. Windows color (decimal): -3714133 or 11228103. OLE color: 11228103.
HSL color Cylindrical-coordinate representation of color #C753AB: hue angle of 314.48º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C753AB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 171 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 314.48º | 0.51% | 0.55% | - |
| HSV(B) | 314.48º | 0.58% | 0.78% | - |
| XYZ | 34 | 21.27 | 40.84 | - |
| YUV | 127.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 171 | 0 | 0.58 | 0.14 | 0.22 | 314.48 | 0.51 | 0.55 |
| Hex | C7 | 53 | AB | 0 | 3A | E | 16 | 13A | 33 | 37 |
| Octal | 307 | 123 | 253 | 0 | 72 | 16 | 26 | 472 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10101011 | 0 | 111010 | 1110 | 10110 | 100111010 | 110011 | 110111 |
Color Harmonies of #C753AB
Complementary color
Monochromatic Colors of #C753AB
Black with #C753AB
Text Example
Text Example
White with #C753AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753AB; }
p { color: rgb(199,83,171); }
H1.HeaderClassName
{
color: #C753AB;
}
.AnyTagClassName
{
color: #C753AB;
}
</style>
background-color css
<style>
a { background-color: #C753AB; }
a { background-color: rgb(199,83,171); }
div.DivClassName
{
background-color: #C753AB;
}
.BgClassName
{
background-color: #C753AB;
}
</style>
border-color css
<style>
span { border-color: #C753AB; }
span { border-color: rgb(199,83,171); }
td.TdClassName
{
border-color: #C753AB;
}
.TagClassName
{
border-color: #C753AB;
}
</style>