Shades of Fuchsia #CF58AC
Tints of Fuchsia #CF58AC
RGB
CMYK
RGB Variations
Color information
#CF58AC (or 0xCF58AC) is known color: Fuchsia. HEX triplet: CF, 58 and AC. RGB value is (207,88,172). Sum of RGB (Red+Green+Blue) = 207+88+172=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58AC is #30A753. Grayscale: #848484. Windows color (decimal): -3188564 or 11294927. OLE color: 11294927.
HSL color Cylindrical-coordinate representation of color #CF58AC: hue angle of 317.65º 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 #CF58AC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 172 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.19 |
| HSL | 317.65º | 0.55% | 0.58% | - |
| HSV(B) | 317.65º | 0.57% | 0.81% | - |
| XYZ | 36.67 | 23.22 | 41.58 | - |
| YUV | 133.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 172 | 0 | 0.57 | 0.17 | 0.19 | 317.65 | 0.55 | 0.58 |
| Hex | CF | 58 | AC | 0 | 39 | 11 | 13 | 13E | 37 | 3A |
| Octal | 317 | 130 | 254 | 0 | 71 | 21 | 23 | 476 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10101100 | 0 | 111001 | 10001 | 10011 | 100111110 | 110111 | 111010 |
Color Harmonies of #CF58AC
Complementary color
Monochromatic Colors of #CF58AC
Black with #CF58AC
Text Example
Text Example
White with #CF58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58AC; }
p { color: rgb(207,88,172); }
H1.HeaderClassName
{
color: #CF58AC;
}
.AnyTagClassName
{
color: #CF58AC;
}
</style>
background-color css
<style>
a { background-color: #CF58AC; }
a { background-color: rgb(207,88,172); }
div.DivClassName
{
background-color: #CF58AC;
}
.BgClassName
{
background-color: #CF58AC;
}
</style>
border-color css
<style>
span { border-color: #CF58AC; }
span { border-color: rgb(207,88,172); }
td.TdClassName
{
border-color: #CF58AC;
}
.TagClassName
{
border-color: #CF58AC;
}
</style>