Shades of Fuchsia #CC56C4
Tints of Fuchsia #CC56C4
RGB
CMYK
RGB Variations
Color information
#CC56C4 (or 0xCC56C4) is known color: Fuchsia. HEX triplet: CC, 56 and C4. RGB value is (204,86,196). Sum of RGB (Red+Green+Blue) = 204+86+196=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56C4 is #33A93B. Grayscale: #858585. Windows color (decimal): -3385660 or 12867276. OLE color: 12867276.
HSL color Cylindrical-coordinate representation of color #CC56C4: hue angle of 304.07º 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 #CC56C4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 196 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.2 |
| HSL | 304.07º | 0.54% | 0.57% | - |
| HSV(B) | 304.07º | 0.58% | 0.8% | - |
| XYZ | 38.19 | 23.48 | 54.74 | - |
| YUV | 133.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 196 | 0 | 0.58 | 0.04 | 0.2 | 304.07 | 0.54 | 0.57 |
| Hex | CC | 56 | C4 | 0 | 3A | 4 | 14 | 130 | 36 | 39 |
| Octal | 314 | 126 | 304 | 0 | 72 | 4 | 24 | 460 | 66 | 71 |
| Binary | 11001100 | 1010110 | 11000100 | 0 | 111010 | 100 | 10100 | 100110000 | 110110 | 111001 |
Color Harmonies of #CC56C4
Complementary color
Monochromatic Colors of #CC56C4
Black with #CC56C4
Text Example
Text Example
White with #CC56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56C4; }
p { color: rgb(204,86,196); }
H1.HeaderClassName
{
color: #CC56C4;
}
.AnyTagClassName
{
color: #CC56C4;
}
</style>
background-color css
<style>
a { background-color: #CC56C4; }
a { background-color: rgb(204,86,196); }
div.DivClassName
{
background-color: #CC56C4;
}
.BgClassName
{
background-color: #CC56C4;
}
</style>
border-color css
<style>
span { border-color: #CC56C4; }
span { border-color: rgb(204,86,196); }
td.TdClassName
{
border-color: #CC56C4;
}
.TagClassName
{
border-color: #CC56C4;
}
</style>