Shades of Fuchsia #CF59B8
Tints of Fuchsia #CF59B8
RGB
CMYK
RGB Variations
Color information
#CF59B8 (or 0xCF59B8) is known color: Fuchsia. HEX triplet: CF, 59 and B8. RGB value is (207,89,184). Sum of RGB (Red+Green+Blue) = 207+89+184=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59B8 is #30A647. Grayscale: #868686. Windows color (decimal): -3188296 or 12081615. OLE color: 12081615.
HSL color Cylindrical-coordinate representation of color #CF59B8: hue angle of 311.69º 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 #CF59B8 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 184 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.19 |
| HSL | 311.69º | 0.55% | 0.58% | - |
| HSV(B) | 311.69º | 0.57% | 0.81% | - |
| XYZ | 37.96 | 23.87 | 47.95 | - |
| YUV | 135.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 184 | 0 | 0.57 | 0.11 | 0.19 | 311.69 | 0.55 | 0.58 |
| Hex | CF | 59 | B8 | 0 | 39 | B | 13 | 138 | 37 | 3A |
| Octal | 317 | 131 | 270 | 0 | 71 | 13 | 23 | 470 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10111000 | 0 | 111001 | 1011 | 10011 | 100111000 | 110111 | 111010 |
Color Harmonies of #CF59B8
Complementary color
Monochromatic Colors of #CF59B8
Black with #CF59B8
Text Example
Text Example
White with #CF59B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59B8; }
p { color: rgb(207,89,184); }
H1.HeaderClassName
{
color: #CF59B8;
}
.AnyTagClassName
{
color: #CF59B8;
}
</style>
background-color css
<style>
a { background-color: #CF59B8; }
a { background-color: rgb(207,89,184); }
div.DivClassName
{
background-color: #CF59B8;
}
.BgClassName
{
background-color: #CF59B8;
}
</style>
border-color css
<style>
span { border-color: #CF59B8; }
span { border-color: rgb(207,89,184); }
td.TdClassName
{
border-color: #CF59B8;
}
.TagClassName
{
border-color: #CF59B8;
}
</style>