Shades of Fuchsia #C755AF
Tints of Fuchsia #C755AF
RGB
CMYK
RGB Variations
Color information
#C755AF (or 0xC755AF) is known color: Fuchsia. HEX triplet: C7, 55 and AF. RGB value is (199,85,175). Sum of RGB (Red+Green+Blue) = 199+85+175=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C755AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755AF is #38AA50. Grayscale: #818181. Windows color (decimal): -3713617 or 11490759. OLE color: 11490759.
HSL color Cylindrical-coordinate representation of color #C755AF: hue angle of 312.63º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755AF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 175 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.22 |
| HSL | 312.63º | 0.5% | 0.56% | - |
| HSV(B) | 312.63º | 0.57% | 0.78% | - |
| XYZ | 34.54 | 21.73 | 42.93 | - |
| YUV | 129.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 175 | 0 | 0.57 | 0.12 | 0.22 | 312.63 | 0.5 | 0.56 |
| Hex | C7 | 55 | AF | 0 | 39 | C | 16 | 139 | 32 | 38 |
| Octal | 307 | 125 | 257 | 0 | 71 | 14 | 26 | 471 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10101111 | 0 | 111001 | 1100 | 10110 | 100111001 | 110010 | 111000 |
Color Harmonies of #C755AF
Complementary color
Monochromatic Colors of #C755AF
Black with #C755AF
Text Example
Text Example
White with #C755AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755AF; }
p { color: rgb(199,85,175); }
H1.HeaderClassName
{
color: #C755AF;
}
.AnyTagClassName
{
color: #C755AF;
}
</style>
background-color css
<style>
a { background-color: #C755AF; }
a { background-color: rgb(199,85,175); }
div.DivClassName
{
background-color: #C755AF;
}
.BgClassName
{
background-color: #C755AF;
}
</style>
border-color css
<style>
span { border-color: #C755AF; }
span { border-color: rgb(199,85,175); }
td.TdClassName
{
border-color: #C755AF;
}
.TagClassName
{
border-color: #C755AF;
}
</style>