Shades of Fuchsia #CF59CC
Tints of Fuchsia #CF59CC
RGB
CMYK
RGB Variations
Color information
#CF59CC (or 0xCF59CC) is known color: Fuchsia. HEX triplet: CF, 59 and CC. RGB value is (207,89,204). Sum of RGB (Red+Green+Blue) = 207+89+204=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59CC is #30A633. Grayscale: #898989. Windows color (decimal): -3188276 or 13392335. OLE color: 13392335.
HSL color Cylindrical-coordinate representation of color #CF59CC: hue angle of 301.53º 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 #CF59CC is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 204 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.19 |
| HSL | 301.53º | 0.55% | 0.58% | - |
| HSV(B) | 301.53º | 0.57% | 0.81% | - |
| XYZ | 40.2 | 24.77 | 59.79 | - |
| YUV | 137.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 204 | 0 | 0.57 | 0.01 | 0.19 | 301.53 | 0.55 | 0.58 |
| Hex | CF | 59 | CC | 0 | 39 | 1 | 13 | 12E | 37 | 3A |
| Octal | 317 | 131 | 314 | 0 | 71 | 1 | 23 | 456 | 67 | 72 |
| Binary | 11001111 | 1011001 | 11001100 | 0 | 111001 | 1 | 10011 | 100101110 | 110111 | 111010 |
Color Harmonies of #CF59CC
Complementary color
Monochromatic Colors of #CF59CC
Black with #CF59CC
Text Example
Text Example
White with #CF59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59CC; }
p { color: rgb(207,89,204); }
H1.HeaderClassName
{
color: #CF59CC;
}
.AnyTagClassName
{
color: #CF59CC;
}
</style>
background-color css
<style>
a { background-color: #CF59CC; }
a { background-color: rgb(207,89,204); }
div.DivClassName
{
background-color: #CF59CC;
}
.BgClassName
{
background-color: #CF59CC;
}
</style>
border-color css
<style>
span { border-color: #CF59CC; }
span { border-color: rgb(207,89,204); }
td.TdClassName
{
border-color: #CF59CC;
}
.TagClassName
{
border-color: #CF59CC;
}
</style>