Shades of Fuchsia #CC56C7
Tints of Fuchsia #CC56C7
RGB
CMYK
RGB Variations
Color information
#CC56C7 (or 0xCC56C7) is known color: Fuchsia. HEX triplet: CC, 56 and C7. RGB value is (204,86,199). Sum of RGB (Red+Green+Blue) = 204+86+199=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56C7 is #33A938. Grayscale: #858585. Windows color (decimal): -3385657 or 13063884. OLE color: 13063884.
HSL color Cylindrical-coordinate representation of color #CC56C7: hue angle of 302.54º 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 #CC56C7 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 199 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.2 |
| HSL | 302.54º | 0.54% | 0.57% | - |
| HSV(B) | 302.54º | 0.58% | 0.8% | - |
| XYZ | 38.54 | 23.62 | 56.56 | - |
| YUV | 134.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 199 | 0 | 0.58 | 0.02 | 0.2 | 302.54 | 0.54 | 0.57 |
| Hex | CC | 56 | C7 | 0 | 3A | 2 | 14 | 12F | 36 | 39 |
| Octal | 314 | 126 | 307 | 0 | 72 | 2 | 24 | 457 | 66 | 71 |
| Binary | 11001100 | 1010110 | 11000111 | 0 | 111010 | 10 | 10100 | 100101111 | 110110 | 111001 |
Color Harmonies of #CC56C7
Complementary color
Monochromatic Colors of #CC56C7
Black with #CC56C7
Text Example
Text Example
White with #CC56C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56C7; }
p { color: rgb(204,86,199); }
H1.HeaderClassName
{
color: #CC56C7;
}
.AnyTagClassName
{
color: #CC56C7;
}
</style>
background-color css
<style>
a { background-color: #CC56C7; }
a { background-color: rgb(204,86,199); }
div.DivClassName
{
background-color: #CC56C7;
}
.BgClassName
{
background-color: #CC56C7;
}
</style>
border-color css
<style>
span { border-color: #CC56C7; }
span { border-color: rgb(204,86,199); }
td.TdClassName
{
border-color: #CC56C7;
}
.TagClassName
{
border-color: #CC56C7;
}
</style>