Shades of Fuchsia #CF56C8
Tints of Fuchsia #CF56C8
RGB
CMYK
RGB Variations
Color information
#CF56C8 (or 0xCF56C8) is known color: Fuchsia. HEX triplet: CF, 56 and C8. RGB value is (207,86,200). Sum of RGB (Red+Green+Blue) = 207+86+200=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C8 is #30A937. Grayscale: #868686. Windows color (decimal): -3189048 or 13129423. OLE color: 13129423.
HSL color Cylindrical-coordinate representation of color #CF56C8: hue angle of 303.47º 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 #CF56C8 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 200 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.19 |
| HSL | 303.47º | 0.56% | 0.57% | - |
| HSV(B) | 303.47º | 0.58% | 0.81% | - |
| XYZ | 39.49 | 24.09 | 57.21 | - |
| YUV | 135.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 200 | 0 | 0.58 | 0.03 | 0.19 | 303.47 | 0.56 | 0.57 |
| Hex | CF | 56 | C8 | 0 | 3A | 3 | 13 | 12F | 38 | 39 |
| Octal | 317 | 126 | 310 | 0 | 72 | 3 | 23 | 457 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11001000 | 0 | 111010 | 11 | 10011 | 100101111 | 111000 | 111001 |
Color Harmonies of #CF56C8
Complementary color
Monochromatic Colors of #CF56C8
Black with #CF56C8
Text Example
Text Example
White with #CF56C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C8; }
p { color: rgb(207,86,200); }
H1.HeaderClassName
{
color: #CF56C8;
}
.AnyTagClassName
{
color: #CF56C8;
}
</style>
background-color css
<style>
a { background-color: #CF56C8; }
a { background-color: rgb(207,86,200); }
div.DivClassName
{
background-color: #CF56C8;
}
.BgClassName
{
background-color: #CF56C8;
}
</style>
border-color css
<style>
span { border-color: #CF56C8; }
span { border-color: rgb(207,86,200); }
td.TdClassName
{
border-color: #CF56C8;
}
.TagClassName
{
border-color: #CF56C8;
}
</style>