Shades of Fuchsia #CC55C9
Tints of Fuchsia #CC55C9
RGB
CMYK
RGB Variations
Color information
#CC55C9 (or 0xCC55C9) is known color: Fuchsia. HEX triplet: CC, 55 and C9. RGB value is (204,85,201). Sum of RGB (Red+Green+Blue) = 204+85+201=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55C9 is #33AA36. Grayscale: #858585. Windows color (decimal): -3385911 or 13194700. OLE color: 13194700.
HSL color Cylindrical-coordinate representation of color #CC55C9: hue angle of 301.51º 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 #CC55C9 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 201 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.2 |
| HSL | 301.51º | 0.54% | 0.57% | - |
| HSV(B) | 301.51º | 0.58% | 0.8% | - |
| XYZ | 38.69 | 23.55 | 57.76 | - |
| YUV | 133.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 201 | 0 | 0.58 | 0.01 | 0.2 | 301.51 | 0.54 | 0.57 |
| Hex | CC | 55 | C9 | 0 | 3A | 1 | 14 | 12E | 36 | 39 |
| Octal | 314 | 125 | 311 | 0 | 72 | 1 | 24 | 456 | 66 | 71 |
| Binary | 11001100 | 1010101 | 11001001 | 0 | 111010 | 1 | 10100 | 100101110 | 110110 | 111001 |
Color Harmonies of #CC55C9
Complementary color
Monochromatic Colors of #CC55C9
Black with #CC55C9
Text Example
Text Example
White with #CC55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55C9; }
p { color: rgb(204,85,201); }
H1.HeaderClassName
{
color: #CC55C9;
}
.AnyTagClassName
{
color: #CC55C9;
}
</style>
background-color css
<style>
a { background-color: #CC55C9; }
a { background-color: rgb(204,85,201); }
div.DivClassName
{
background-color: #CC55C9;
}
.BgClassName
{
background-color: #CC55C9;
}
</style>
border-color css
<style>
span { border-color: #CC55C9; }
span { border-color: rgb(204,85,201); }
td.TdClassName
{
border-color: #CC55C9;
}
.TagClassName
{
border-color: #CC55C9;
}
</style>