Shades of Fuchsia #CF59C0
Tints of Fuchsia #CF59C0
RGB
CMYK
RGB Variations
Color information
#CF59C0 (or 0xCF59C0) is known color: Fuchsia. HEX triplet: CF, 59 and C0. RGB value is (207,89,192). Sum of RGB (Red+Green+Blue) = 207+89+192=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59C0 is #30A63F. Grayscale: #878787. Windows color (decimal): -3188288 or 12605903. OLE color: 12605903.
HSL color Cylindrical-coordinate representation of color #CF59C0: hue angle of 307.63º 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 #CF59C0 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 192 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.19 |
| HSL | 307.63º | 0.55% | 0.58% | - |
| HSV(B) | 307.63º | 0.57% | 0.81% | - |
| XYZ | 38.82 | 24.22 | 52.5 | - |
| YUV | 136.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 192 | 0 | 0.57 | 0.07 | 0.19 | 307.63 | 0.55 | 0.58 |
| Hex | CF | 59 | C0 | 0 | 39 | 7 | 13 | 134 | 37 | 3A |
| Octal | 317 | 131 | 300 | 0 | 71 | 7 | 23 | 464 | 67 | 72 |
| Binary | 11001111 | 1011001 | 11000000 | 0 | 111001 | 111 | 10011 | 100110100 | 110111 | 111010 |
Color Harmonies of #CF59C0
Complementary color
Monochromatic Colors of #CF59C0
Black with #CF59C0
Text Example
Text Example
White with #CF59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59C0; }
p { color: rgb(207,89,192); }
H1.HeaderClassName
{
color: #CF59C0;
}
.AnyTagClassName
{
color: #CF59C0;
}
</style>
background-color css
<style>
a { background-color: #CF59C0; }
a { background-color: rgb(207,89,192); }
div.DivClassName
{
background-color: #CF59C0;
}
.BgClassName
{
background-color: #CF59C0;
}
</style>
border-color css
<style>
span { border-color: #CF59C0; }
span { border-color: rgb(207,89,192); }
td.TdClassName
{
border-color: #CF59C0;
}
.TagClassName
{
border-color: #CF59C0;
}
</style>