Shades of Fuchsia #CF56CF
Tints of Fuchsia #CF56CF
RGB
CMYK
RGB Variations
Color information
#CF56CF (or 0xCF56CF) is known color: Fuchsia. HEX triplet: CF, 56 and CF. RGB value is (207,86,207). Sum of RGB (Red+Green+Blue) = 207+86+207=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56CF is #30A930. Grayscale: #878787. Windows color (decimal): -3189041 or 13588175. OLE color: 13588175.
HSL color Cylindrical-coordinate representation of color #CF56CF: hue angle of 300º 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 #CF56CF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 207 | - |
| CMYK | 0 | 0.58 | 0 | 0.19 |
| HSL | 300º | 0.56% | 0.57% | - |
| HSV(B) | 300º | 0.58% | 0.81% | - |
| XYZ | 40.32 | 24.43 | 61.62 | - |
| YUV | 135.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 207 | 0 | 0.58 | 0 | 0.19 | 300 | 0.56 | 0.57 |
| Hex | CF | 56 | CF | 0 | 3A | 0 | 13 | 12C | 38 | 39 |
| Octal | 317 | 126 | 317 | 0 | 72 | 0 | 23 | 454 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11001111 | 0 | 111010 | 0 | 10011 | 100101100 | 111000 | 111001 |
Color Harmonies of #CF56CF
Complementary color
Monochromatic Colors of #CF56CF
Black with #CF56CF
Text Example
Text Example
White with #CF56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56CF; }
p { color: rgb(207,86,207); }
H1.HeaderClassName
{
color: #CF56CF;
}
.AnyTagClassName
{
color: #CF56CF;
}
</style>
background-color css
<style>
a { background-color: #CF56CF; }
a { background-color: rgb(207,86,207); }
div.DivClassName
{
background-color: #CF56CF;
}
.BgClassName
{
background-color: #CF56CF;
}
</style>
border-color css
<style>
span { border-color: #CF56CF; }
span { border-color: rgb(207,86,207); }
td.TdClassName
{
border-color: #CF56CF;
}
.TagClassName
{
border-color: #CF56CF;
}
</style>