Shades of Fuchsia #CF59B5
Tints of Fuchsia #CF59B5
RGB
CMYK
RGB Variations
Color information
#CF59B5 (or 0xCF59B5) is known color: Fuchsia. HEX triplet: CF, 59 and B5. RGB value is (207,89,181). Sum of RGB (Red+Green+Blue) = 207+89+181=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59B5 is #30A64A. Grayscale: #868686. Windows color (decimal): -3188299 or 11885007. OLE color: 11885007.
HSL color Cylindrical-coordinate representation of color #CF59B5: hue angle of 313.22º 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 #CF59B5 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 181 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.19 |
| HSL | 313.22º | 0.55% | 0.58% | - |
| HSV(B) | 313.22º | 0.57% | 0.81% | - |
| XYZ | 37.65 | 23.75 | 46.32 | - |
| YUV | 134.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 181 | 0 | 0.57 | 0.13 | 0.19 | 313.22 | 0.55 | 0.58 |
| Hex | CF | 59 | B5 | 0 | 39 | D | 13 | 139 | 37 | 3A |
| Octal | 317 | 131 | 265 | 0 | 71 | 15 | 23 | 471 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10110101 | 0 | 111001 | 1101 | 10011 | 100111001 | 110111 | 111010 |
Color Harmonies of #CF59B5
Complementary color
Monochromatic Colors of #CF59B5
Black with #CF59B5
Text Example
Text Example
White with #CF59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59B5; }
p { color: rgb(207,89,181); }
H1.HeaderClassName
{
color: #CF59B5;
}
.AnyTagClassName
{
color: #CF59B5;
}
</style>
background-color css
<style>
a { background-color: #CF59B5; }
a { background-color: rgb(207,89,181); }
div.DivClassName
{
background-color: #CF59B5;
}
.BgClassName
{
background-color: #CF59B5;
}
</style>
border-color css
<style>
span { border-color: #CF59B5; }
span { border-color: rgb(207,89,181); }
td.TdClassName
{
border-color: #CF59B5;
}
.TagClassName
{
border-color: #CF59B5;
}
</style>