Shades of Fuchsia #CC56CF
Tints of Fuchsia #CC56CF
RGB
CMYK
RGB Variations
Color information
#CC56CF (or 0xCC56CF) is known color: Fuchsia. HEX triplet: CC, 56 and CF. RGB value is (204,86,207). Sum of RGB (Red+Green+Blue) = 204+86+207=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56CF is #33A930. Grayscale: #868686. Windows color (decimal): -3385649 or 13588172. OLE color: 13588172.
HSL color Cylindrical-coordinate representation of color #CC56CF: hue angle of 298.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC56CF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 86 | 207 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.19 |
| HSL | 298.51º | 0.56% | 0.57% | - |
| HSV(B) | 298.51º | 0.58% | 0.81% | - |
| XYZ | 39.49 | 24 | 61.58 | - |
| YUV | 135.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 207 | 0.01 | 0.58 | 0 | 0.19 | 298.51 | 0.56 | 0.57 |
| Hex | CC | 56 | CF | 1 | 3A | 0 | 13 | 12B | 38 | 39 |
| Octal | 314 | 126 | 317 | 1 | 72 | 0 | 23 | 453 | 70 | 71 |
| Binary | 11001100 | 1010110 | 11001111 | 1 | 111010 | 0 | 10011 | 100101011 | 111000 | 111001 |
Color Harmonies of #CC56CF
Complementary color
Monochromatic Colors of #CC56CF
Black with #CC56CF
Text Example
Text Example
White with #CC56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56CF; }
p { color: rgb(204,86,207); }
H1.HeaderClassName
{
color: #CC56CF;
}
.AnyTagClassName
{
color: #CC56CF;
}
</style>
background-color css
<style>
a { background-color: #CC56CF; }
a { background-color: rgb(204,86,207); }
div.DivClassName
{
background-color: #CC56CF;
}
.BgClassName
{
background-color: #CC56CF;
}
</style>
border-color css
<style>
span { border-color: #CC56CF; }
span { border-color: rgb(204,86,207); }
td.TdClassName
{
border-color: #CC56CF;
}
.TagClassName
{
border-color: #CC56CF;
}
</style>