Shades of Fuchsia #CF59BC
Tints of Fuchsia #CF59BC
RGB
CMYK
RGB Variations
Color information
#CF59BC (or 0xCF59BC) is known color: Fuchsia. HEX triplet: CF, 59 and BC. RGB value is (207,89,188). Sum of RGB (Red+Green+Blue) = 207+89+188=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59BC is #30A643. Grayscale: #878787. Windows color (decimal): -3188292 or 12343759. OLE color: 12343759.
HSL color Cylindrical-coordinate representation of color #CF59BC: hue angle of 309.66º 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 #CF59BC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 188 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.19 |
| HSL | 309.66º | 0.55% | 0.58% | - |
| HSV(B) | 309.66º | 0.57% | 0.81% | - |
| XYZ | 38.38 | 24.04 | 50.19 | - |
| YUV | 135.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 188 | 0 | 0.57 | 0.09 | 0.19 | 309.66 | 0.55 | 0.58 |
| Hex | CF | 59 | BC | 0 | 39 | 9 | 13 | 136 | 37 | 3A |
| Octal | 317 | 131 | 274 | 0 | 71 | 11 | 23 | 466 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10111100 | 0 | 111001 | 1001 | 10011 | 100110110 | 110111 | 111010 |
Color Harmonies of #CF59BC
Complementary color
Monochromatic Colors of #CF59BC
Black with #CF59BC
Text Example
Text Example
White with #CF59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59BC; }
p { color: rgb(207,89,188); }
H1.HeaderClassName
{
color: #CF59BC;
}
.AnyTagClassName
{
color: #CF59BC;
}
</style>
background-color css
<style>
a { background-color: #CF59BC; }
a { background-color: rgb(207,89,188); }
div.DivClassName
{
background-color: #CF59BC;
}
.BgClassName
{
background-color: #CF59BC;
}
</style>
border-color css
<style>
span { border-color: #CF59BC; }
span { border-color: rgb(207,89,188); }
td.TdClassName
{
border-color: #CF59BC;
}
.TagClassName
{
border-color: #CF59BC;
}
</style>