Shades of Fuchsia #CF58CD
Tints of Fuchsia #CF58CD
RGB
CMYK
RGB Variations
Color information
#CF58CD (or 0xCF58CD) is known color: Fuchsia. HEX triplet: CF, 58 and CD. RGB value is (207,88,205). Sum of RGB (Red+Green+Blue) = 207+88+205=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58CD is #30A732. Grayscale: #888888. Windows color (decimal): -3188531 or 13457615. OLE color: 13457615.
HSL color Cylindrical-coordinate representation of color #CF58CD: hue angle of 301.01º 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 #CF58CD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 205 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.19 |
| HSL | 301.01º | 0.55% | 0.58% | - |
| HSV(B) | 301.01º | 0.57% | 0.81% | - |
| XYZ | 40.24 | 24.65 | 60.4 | - |
| YUV | 136.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 205 | 0 | 0.57 | 0.01 | 0.19 | 301.01 | 0.55 | 0.58 |
| Hex | CF | 58 | CD | 0 | 39 | 1 | 13 | 12D | 37 | 3A |
| Octal | 317 | 130 | 315 | 0 | 71 | 1 | 23 | 455 | 67 | 72 |
| Binary | 11001111 | 1011000 | 11001101 | 0 | 111001 | 1 | 10011 | 100101101 | 110111 | 111010 |
Color Harmonies of #CF58CD
Complementary color
Monochromatic Colors of #CF58CD
Black with #CF58CD
Text Example
Text Example
White with #CF58CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58CD; }
p { color: rgb(207,88,205); }
H1.HeaderClassName
{
color: #CF58CD;
}
.AnyTagClassName
{
color: #CF58CD;
}
</style>
background-color css
<style>
a { background-color: #CF58CD; }
a { background-color: rgb(207,88,205); }
div.DivClassName
{
background-color: #CF58CD;
}
.BgClassName
{
background-color: #CF58CD;
}
</style>
border-color css
<style>
span { border-color: #CF58CD; }
span { border-color: rgb(207,88,205); }
td.TdClassName
{
border-color: #CF58CD;
}
.TagClassName
{
border-color: #CF58CD;
}
</style>