Shades of Fuchsia #CC55C7
Tints of Fuchsia #CC55C7
RGB
CMYK
RGB Variations
Color information
#CC55C7 (or 0xCC55C7) is known color: Fuchsia. HEX triplet: CC, 55 and C7. RGB value is (204,85,199). Sum of RGB (Red+Green+Blue) = 204+85+199=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55C7 is #33AA38. Grayscale: #858585. Windows color (decimal): -3385913 or 13063628. OLE color: 13063628.
HSL color Cylindrical-coordinate representation of color #CC55C7: hue angle of 302.52º 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 #CC55C7 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 199 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.2 |
| HSL | 302.52º | 0.54% | 0.57% | - |
| HSV(B) | 302.52º | 0.58% | 0.8% | - |
| XYZ | 38.46 | 23.46 | 56.53 | - |
| YUV | 133.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 199 | 0 | 0.58 | 0.02 | 0.2 | 302.52 | 0.54 | 0.57 |
| Hex | CC | 55 | C7 | 0 | 3A | 2 | 14 | 12F | 36 | 39 |
| Octal | 314 | 125 | 307 | 0 | 72 | 2 | 24 | 457 | 66 | 71 |
| Binary | 11001100 | 1010101 | 11000111 | 0 | 111010 | 10 | 10100 | 100101111 | 110110 | 111001 |
Color Harmonies of #CC55C7
Complementary color
Monochromatic Colors of #CC55C7
Black with #CC55C7
Text Example
Text Example
White with #CC55C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55C7; }
p { color: rgb(204,85,199); }
H1.HeaderClassName
{
color: #CC55C7;
}
.AnyTagClassName
{
color: #CC55C7;
}
</style>
background-color css
<style>
a { background-color: #CC55C7; }
a { background-color: rgb(204,85,199); }
div.DivClassName
{
background-color: #CC55C7;
}
.BgClassName
{
background-color: #CC55C7;
}
</style>
border-color css
<style>
span { border-color: #CC55C7; }
span { border-color: rgb(204,85,199); }
td.TdClassName
{
border-color: #CC55C7;
}
.TagClassName
{
border-color: #CC55C7;
}
</style>