Shades of Fuchsia #CF59CF
Tints of Fuchsia #CF59CF
RGB
CMYK
RGB Variations
Color information
#CF59CF (or 0xCF59CF) is known color: Fuchsia. HEX triplet: CF, 59 and CF. RGB value is (207,89,207). Sum of RGB (Red+Green+Blue) = 207+89+207=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59CF is #30A630. Grayscale: #898989. Windows color (decimal): -3188273 or 13588943. OLE color: 13588943.
HSL color Cylindrical-coordinate representation of color #CF59CF: hue angle of 300º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF59CF is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 207 | - |
| CMYK | 0 | 0.57 | 0 | 0.19 |
| HSL | 300º | 0.55% | 0.58% | - |
| HSV(B) | 300º | 0.57% | 0.81% | - |
| XYZ | 40.57 | 24.92 | 61.7 | - |
| YUV | 137.73 | 167.09 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 207 | 0 | 0.57 | 0 | 0.19 | 300 | 0.55 | 0.58 |
| Hex | CF | 59 | CF | 0 | 39 | 0 | 13 | 12C | 37 | 3A |
| Octal | 317 | 131 | 317 | 0 | 71 | 0 | 23 | 454 | 67 | 72 |
| Binary | 11001111 | 1011001 | 11001111 | 0 | 111001 | 0 | 10011 | 100101100 | 110111 | 111010 |
Color Harmonies of #CF59CF
Complementary color
Monochromatic Colors of #CF59CF
Black with #CF59CF
Text Example
Text Example
White with #CF59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59CF; }
p { color: rgb(207,89,207); }
H1.HeaderClassName
{
color: #CF59CF;
}
.AnyTagClassName
{
color: #CF59CF;
}
</style>
background-color css
<style>
a { background-color: #CF59CF; }
a { background-color: rgb(207,89,207); }
div.DivClassName
{
background-color: #CF59CF;
}
.BgClassName
{
background-color: #CF59CF;
}
</style>
border-color css
<style>
span { border-color: #CF59CF; }
span { border-color: rgb(207,89,207); }
td.TdClassName
{
border-color: #CF59CF;
}
.TagClassName
{
border-color: #CF59CF;
}
</style>