Shades of Fuchsia #CF58BB
Tints of Fuchsia #CF58BB
RGB
CMYK
RGB Variations
Color information
#CF58BB (or 0xCF58BB) is known color: Fuchsia. HEX triplet: CF, 58 and BB. RGB value is (207,88,187). Sum of RGB (Red+Green+Blue) = 207+88+187=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BB is #30A744. Grayscale: #868686. Windows color (decimal): -3188549 or 12277967. OLE color: 12277967.
HSL color Cylindrical-coordinate representation of color #CF58BB: hue angle of 310.08º 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 #CF58BB is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 187 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.19 |
| HSL | 310.08º | 0.55% | 0.58% | - |
| HSV(B) | 310.08º | 0.57% | 0.81% | - |
| XYZ | 38.19 | 23.83 | 49.6 | - |
| YUV | 134.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 187 | 0 | 0.57 | 0.10 | 0.19 | 310.08 | 0.55 | 0.58 |
| Hex | CF | 58 | BB | 0 | 39 | A | 13 | 136 | 37 | 3A |
| Octal | 317 | 130 | 273 | 0 | 71 | 12 | 23 | 466 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10111011 | 0 | 111001 | 1010 | 10011 | 100110110 | 110111 | 111010 |
Color Harmonies of #CF58BB
Complementary color
Monochromatic Colors of #CF58BB
Black with #CF58BB
Text Example
Text Example
White with #CF58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58BB; }
p { color: rgb(207,88,187); }
H1.HeaderClassName
{
color: #CF58BB;
}
.AnyTagClassName
{
color: #CF58BB;
}
</style>
background-color css
<style>
a { background-color: #CF58BB; }
a { background-color: rgb(207,88,187); }
div.DivClassName
{
background-color: #CF58BB;
}
.BgClassName
{
background-color: #CF58BB;
}
</style>
border-color css
<style>
span { border-color: #CF58BB; }
span { border-color: rgb(207,88,187); }
td.TdClassName
{
border-color: #CF58BB;
}
.TagClassName
{
border-color: #CF58BB;
}
</style>