Shades of Fuchsia #C755CC
Tints of Fuchsia #C755CC
RGB
CMYK
RGB Variations
Color information
#C755CC (or 0xC755CC) is known color: Fuchsia. HEX triplet: C7, 55 and CC. RGB value is (199,85,204). Sum of RGB (Red+Green+Blue) = 199+85+204=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C755CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755CC is #38AA33. Grayscale: #848484. Windows color (decimal): -3713588 or 13391303. OLE color: 13391303.
HSL color Cylindrical-coordinate representation of color #C755CC: hue angle of 297.48º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C755CC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 85 | 204 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.2 |
| HSL | 297.48º | 0.54% | 0.57% | - |
| HSV(B) | 297.48º | 0.58% | 0.8% | - |
| XYZ | 37.7 | 23 | 59.58 | - |
| YUV | 132.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 204 | 0.02 | 0.58 | 0 | 0.2 | 297.48 | 0.54 | 0.57 |
| Hex | C7 | 55 | CC | 2 | 3A | 0 | 14 | 129 | 36 | 39 |
| Octal | 307 | 125 | 314 | 2 | 72 | 0 | 24 | 451 | 66 | 71 |
| Binary | 11000111 | 1010101 | 11001100 | 10 | 111010 | 0 | 10100 | 100101001 | 110110 | 111001 |
Color Harmonies of #C755CC
Complementary color
Monochromatic Colors of #C755CC
Black with #C755CC
Text Example
Text Example
White with #C755CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755CC; }
p { color: rgb(199,85,204); }
H1.HeaderClassName
{
color: #C755CC;
}
.AnyTagClassName
{
color: #C755CC;
}
</style>
background-color css
<style>
a { background-color: #C755CC; }
a { background-color: rgb(199,85,204); }
div.DivClassName
{
background-color: #C755CC;
}
.BgClassName
{
background-color: #C755CC;
}
</style>
border-color css
<style>
span { border-color: #C755CC; }
span { border-color: rgb(199,85,204); }
td.TdClassName
{
border-color: #C755CC;
}
.TagClassName
{
border-color: #C755CC;
}
</style>