Shades of Fuchsia #CF56C5
Tints of Fuchsia #CF56C5
RGB
CMYK
RGB Variations
Color information
#CF56C5 (or 0xCF56C5) is known color: Fuchsia. HEX triplet: CF, 56 and C5. RGB value is (207,86,197). Sum of RGB (Red+Green+Blue) = 207+86+197=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C5 is #30A93A. Grayscale: #868686. Windows color (decimal): -3189051 or 12932815. OLE color: 12932815.
HSL color Cylindrical-coordinate representation of color #CF56C5: hue angle of 304.96º 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 #CF56C5 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 197 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.19 |
| HSL | 304.96º | 0.56% | 0.57% | - |
| HSV(B) | 304.96º | 0.58% | 0.81% | - |
| XYZ | 39.14 | 23.95 | 55.38 | - |
| YUV | 134.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 197 | 0 | 0.58 | 0.05 | 0.19 | 304.96 | 0.56 | 0.57 |
| Hex | CF | 56 | C5 | 0 | 3A | 5 | 13 | 131 | 38 | 39 |
| Octal | 317 | 126 | 305 | 0 | 72 | 5 | 23 | 461 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11000101 | 0 | 111010 | 101 | 10011 | 100110001 | 111000 | 111001 |
Color Harmonies of #CF56C5
Complementary color
Monochromatic Colors of #CF56C5
Black with #CF56C5
Text Example
Text Example
White with #CF56C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C5; }
p { color: rgb(207,86,197); }
H1.HeaderClassName
{
color: #CF56C5;
}
.AnyTagClassName
{
color: #CF56C5;
}
</style>
background-color css
<style>
a { background-color: #CF56C5; }
a { background-color: rgb(207,86,197); }
div.DivClassName
{
background-color: #CF56C5;
}
.BgClassName
{
background-color: #CF56C5;
}
</style>
border-color css
<style>
span { border-color: #CF56C5; }
span { border-color: rgb(207,86,197); }
td.TdClassName
{
border-color: #CF56C5;
}
.TagClassName
{
border-color: #CF56C5;
}
</style>