Shades of Fuchsia #CF59D0
Tints of Fuchsia #CF59D0
RGB
CMYK
RGB Variations
Color information
#CF59D0 (or 0xCF59D0) is known color: Fuchsia. HEX triplet: CF, 59 and D0. RGB value is (207,89,208). Sum of RGB (Red+Green+Blue) = 207+89+208=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59D0 is #30A62F. Grayscale: #898989. Windows color (decimal): -3188272 or 13654479. OLE color: 13654479.
HSL color Cylindrical-coordinate representation of color #CF59D0: hue angle of 299.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF59D0 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 89 | 208 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.18 |
| HSL | 299.5º | 0.56% | 0.58% | - |
| HSV(B) | 299.5º | 0.57% | 0.82% | - |
| XYZ | 40.69 | 24.96 | 62.35 | - |
| YUV | 137.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 208 | 0.00 | 0.57 | 0 | 0.18 | 299.5 | 0.56 | 0.58 |
| Hex | CF | 59 | D0 | 0 | 39 | 0 | 12 | 12B | 38 | 3A |
| Octal | 317 | 131 | 320 | 0 | 71 | 0 | 22 | 453 | 70 | 72 |
| Binary | 11001111 | 1011001 | 11010000 | 0 | 111001 | 0 | 10010 | 100101011 | 111000 | 111010 |
Color Harmonies of #CF59D0
Complementary color
Monochromatic Colors of #CF59D0
Black with #CF59D0
Text Example
Text Example
White with #CF59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59D0; }
p { color: rgb(207,89,208); }
H1.HeaderClassName
{
color: #CF59D0;
}
.AnyTagClassName
{
color: #CF59D0;
}
</style>
background-color css
<style>
a { background-color: #CF59D0; }
a { background-color: rgb(207,89,208); }
div.DivClassName
{
background-color: #CF59D0;
}
.BgClassName
{
background-color: #CF59D0;
}
</style>
border-color css
<style>
span { border-color: #CF59D0; }
span { border-color: rgb(207,89,208); }
td.TdClassName
{
border-color: #CF59D0;
}
.TagClassName
{
border-color: #CF59D0;
}
</style>