Shades of Fuchsia #CF56C9
Tints of Fuchsia #CF56C9
RGB
CMYK
RGB Variations
Color information
#CF56C9 (or 0xCF56C9) is known color: Fuchsia. HEX triplet: CF, 56 and C9. RGB value is (207,86,201). Sum of RGB (Red+Green+Blue) = 207+86+201=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C9 is #30A936. Grayscale: #868686. Windows color (decimal): -3189047 or 13194959. OLE color: 13194959.
HSL color Cylindrical-coordinate representation of color #CF56C9: hue angle of 302.98º 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 #CF56C9 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 201 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.19 |
| HSL | 302.98º | 0.56% | 0.57% | - |
| HSV(B) | 302.98º | 0.58% | 0.81% | - |
| XYZ | 39.6 | 24.14 | 57.83 | - |
| YUV | 135.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 201 | 0 | 0.58 | 0.03 | 0.19 | 302.98 | 0.56 | 0.57 |
| Hex | CF | 56 | C9 | 0 | 3A | 3 | 13 | 12F | 38 | 39 |
| Octal | 317 | 126 | 311 | 0 | 72 | 3 | 23 | 457 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11001001 | 0 | 111010 | 11 | 10011 | 100101111 | 111000 | 111001 |
Color Harmonies of #CF56C9
Complementary color
Monochromatic Colors of #CF56C9
Black with #CF56C9
Text Example
Text Example
White with #CF56C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C9; }
p { color: rgb(207,86,201); }
H1.HeaderClassName
{
color: #CF56C9;
}
.AnyTagClassName
{
color: #CF56C9;
}
</style>
background-color css
<style>
a { background-color: #CF56C9; }
a { background-color: rgb(207,86,201); }
div.DivClassName
{
background-color: #CF56C9;
}
.BgClassName
{
background-color: #CF56C9;
}
</style>
border-color css
<style>
span { border-color: #CF56C9; }
span { border-color: rgb(207,86,201); }
td.TdClassName
{
border-color: #CF56C9;
}
.TagClassName
{
border-color: #CF56C9;
}
</style>