Shades of Fuchsia #CF59CD
Tints of Fuchsia #CF59CD
RGB
CMYK
RGB Variations
Color information
#CF59CD (or 0xCF59CD) is known color: Fuchsia. HEX triplet: CF, 59 and CD. RGB value is (207,89,205). Sum of RGB (Red+Green+Blue) = 207+89+205=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59CD is #30A632. Grayscale: #898989. Windows color (decimal): -3188275 or 13457871. OLE color: 13457871.
HSL color Cylindrical-coordinate representation of color #CF59CD: hue angle of 301.02º 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 #CF59CD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 205 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.19 |
| HSL | 301.02º | 0.55% | 0.58% | - |
| HSV(B) | 301.02º | 0.57% | 0.81% | - |
| XYZ | 40.32 | 24.82 | 60.42 | - |
| YUV | 137.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 205 | 0 | 0.57 | 0.01 | 0.19 | 301.02 | 0.55 | 0.58 |
| Hex | CF | 59 | CD | 0 | 39 | 1 | 13 | 12D | 37 | 3A |
| Octal | 317 | 131 | 315 | 0 | 71 | 1 | 23 | 455 | 67 | 72 |
| Binary | 11001111 | 1011001 | 11001101 | 0 | 111001 | 1 | 10011 | 100101101 | 110111 | 111010 |
Color Harmonies of #CF59CD
Complementary color
Monochromatic Colors of #CF59CD
Black with #CF59CD
Text Example
Text Example
White with #CF59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59CD; }
p { color: rgb(207,89,205); }
H1.HeaderClassName
{
color: #CF59CD;
}
.AnyTagClassName
{
color: #CF59CD;
}
</style>
background-color css
<style>
a { background-color: #CF59CD; }
a { background-color: rgb(207,89,205); }
div.DivClassName
{
background-color: #CF59CD;
}
.BgClassName
{
background-color: #CF59CD;
}
</style>
border-color css
<style>
span { border-color: #CF59CD; }
span { border-color: rgb(207,89,205); }
td.TdClassName
{
border-color: #CF59CD;
}
.TagClassName
{
border-color: #CF59CD;
}
</style>