Shades of Fuchsia #CF59C5
Tints of Fuchsia #CF59C5
RGB
CMYK
RGB Variations
Color information
#CF59C5 (or 0xCF59C5) is known color: Fuchsia. HEX triplet: CF, 59 and C5. RGB value is (207,89,197). Sum of RGB (Red+Green+Blue) = 207+89+197=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59C5 is #30A63A. Grayscale: #888888. Windows color (decimal): -3188283 or 12933583. OLE color: 12933583.
HSL color Cylindrical-coordinate representation of color #CF59C5: hue angle of 305.08º 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 #CF59C5 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 197 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.19 |
| HSL | 305.08º | 0.55% | 0.58% | - |
| HSV(B) | 305.08º | 0.57% | 0.81% | - |
| XYZ | 39.38 | 24.44 | 55.47 | - |
| YUV | 136.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 197 | 0 | 0.57 | 0.05 | 0.19 | 305.08 | 0.55 | 0.58 |
| Hex | CF | 59 | C5 | 0 | 39 | 5 | 13 | 131 | 37 | 3A |
| Octal | 317 | 131 | 305 | 0 | 71 | 5 | 23 | 461 | 67 | 72 |
| Binary | 11001111 | 1011001 | 11000101 | 0 | 111001 | 101 | 10011 | 100110001 | 110111 | 111010 |
Color Harmonies of #CF59C5
Complementary color
Monochromatic Colors of #CF59C5
Black with #CF59C5
Text Example
Text Example
White with #CF59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59C5; }
p { color: rgb(207,89,197); }
H1.HeaderClassName
{
color: #CF59C5;
}
.AnyTagClassName
{
color: #CF59C5;
}
</style>
background-color css
<style>
a { background-color: #CF59C5; }
a { background-color: rgb(207,89,197); }
div.DivClassName
{
background-color: #CF59C5;
}
.BgClassName
{
background-color: #CF59C5;
}
</style>
border-color css
<style>
span { border-color: #CF59C5; }
span { border-color: rgb(207,89,197); }
td.TdClassName
{
border-color: #CF59C5;
}
.TagClassName
{
border-color: #CF59C5;
}
</style>