Shades of Fuchsia #CF58AB
Tints of Fuchsia #CF58AB
RGB
CMYK
RGB Variations
Color information
#CF58AB (or 0xCF58AB) is known color: Fuchsia. HEX triplet: CF, 58 and AB. RGB value is (207,88,171). Sum of RGB (Red+Green+Blue) = 207+88+171=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58AB is #30A754. Grayscale: #848484. Windows color (decimal): -3188565 or 11229391. OLE color: 11229391.
HSL color Cylindrical-coordinate representation of color #CF58AB: hue angle of 318.15º 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 #CF58AB is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 171 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.19 |
| HSL | 318.15º | 0.55% | 0.58% | - |
| HSV(B) | 318.15º | 0.57% | 0.81% | - |
| XYZ | 36.57 | 23.19 | 41.08 | - |
| YUV | 133.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 171 | 0 | 0.57 | 0.17 | 0.19 | 318.15 | 0.55 | 0.58 |
| Hex | CF | 58 | AB | 0 | 39 | 11 | 13 | 13E | 37 | 3A |
| Octal | 317 | 130 | 253 | 0 | 71 | 21 | 23 | 476 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10101011 | 0 | 111001 | 10001 | 10011 | 100111110 | 110111 | 111010 |
Color Harmonies of #CF58AB
Complementary color
Monochromatic Colors of #CF58AB
Black with #CF58AB
Text Example
Text Example
White with #CF58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58AB; }
p { color: rgb(207,88,171); }
H1.HeaderClassName
{
color: #CF58AB;
}
.AnyTagClassName
{
color: #CF58AB;
}
</style>
background-color css
<style>
a { background-color: #CF58AB; }
a { background-color: rgb(207,88,171); }
div.DivClassName
{
background-color: #CF58AB;
}
.BgClassName
{
background-color: #CF58AB;
}
</style>
border-color css
<style>
span { border-color: #CF58AB; }
span { border-color: rgb(207,88,171); }
td.TdClassName
{
border-color: #CF58AB;
}
.TagClassName
{
border-color: #CF58AB;
}
</style>