Shades of Fuchsia #C753AF
Tints of Fuchsia #C753AF
RGB
CMYK
RGB Variations
Color information
#C753AF (or 0xC753AF) is known color: Fuchsia. HEX triplet: C7, 53 and AF. RGB value is (199,83,175). Sum of RGB (Red+Green+Blue) = 199+83+175=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C753AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753AF is #38AC50. Grayscale: #7F7F7F. Windows color (decimal): -3714129 or 11490247. OLE color: 11490247.
HSL color Cylindrical-coordinate representation of color #C753AF: hue angle of 312.41º 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 #C753AF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 175 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.22 |
| HSL | 312.41º | 0.51% | 0.55% | - |
| HSV(B) | 312.41º | 0.58% | 0.78% | - |
| XYZ | 34.38 | 21.42 | 42.88 | - |
| YUV | 128.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 175 | 0 | 0.58 | 0.12 | 0.22 | 312.41 | 0.51 | 0.55 |
| Hex | C7 | 53 | AF | 0 | 3A | C | 16 | 138 | 33 | 37 |
| Octal | 307 | 123 | 257 | 0 | 72 | 14 | 26 | 470 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10101111 | 0 | 111010 | 1100 | 10110 | 100111000 | 110011 | 110111 |
Color Harmonies of #C753AF
Complementary color
Monochromatic Colors of #C753AF
Black with #C753AF
Text Example
Text Example
White with #C753AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753AF; }
p { color: rgb(199,83,175); }
H1.HeaderClassName
{
color: #C753AF;
}
.AnyTagClassName
{
color: #C753AF;
}
</style>
background-color css
<style>
a { background-color: #C753AF; }
a { background-color: rgb(199,83,175); }
div.DivClassName
{
background-color: #C753AF;
}
.BgClassName
{
background-color: #C753AF;
}
</style>
border-color css
<style>
span { border-color: #C753AF; }
span { border-color: rgb(199,83,175); }
td.TdClassName
{
border-color: #C753AF;
}
.TagClassName
{
border-color: #C753AF;
}
</style>