Shades of Fuchsia #CF58BA
Tints of Fuchsia #CF58BA
RGB
CMYK
RGB Variations
Color information
#CF58BA (or 0xCF58BA) is known color: Fuchsia. HEX triplet: CF, 58 and BA. RGB value is (207,88,186). Sum of RGB (Red+Green+Blue) = 207+88+186=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BA is #30A745. Grayscale: #868686. Windows color (decimal): -3188550 or 12212431. OLE color: 12212431.
HSL color Cylindrical-coordinate representation of color #CF58BA: hue angle of 310.59º 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 #CF58BA is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 186 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.19 |
| HSL | 310.59º | 0.55% | 0.58% | - |
| HSV(B) | 310.59º | 0.57% | 0.81% | - |
| XYZ | 38.08 | 23.79 | 49.04 | - |
| YUV | 134.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 186 | 0 | 0.57 | 0.10 | 0.19 | 310.59 | 0.55 | 0.58 |
| Hex | CF | 58 | BA | 0 | 39 | A | 13 | 137 | 37 | 3A |
| Octal | 317 | 130 | 272 | 0 | 71 | 12 | 23 | 467 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10111010 | 0 | 111001 | 1010 | 10011 | 100110111 | 110111 | 111010 |
Color Harmonies of #CF58BA
Complementary color
Monochromatic Colors of #CF58BA
Black with #CF58BA
Text Example
Text Example
White with #CF58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58BA; }
p { color: rgb(207,88,186); }
H1.HeaderClassName
{
color: #CF58BA;
}
.AnyTagClassName
{
color: #CF58BA;
}
</style>
background-color css
<style>
a { background-color: #CF58BA; }
a { background-color: rgb(207,88,186); }
div.DivClassName
{
background-color: #CF58BA;
}
.BgClassName
{
background-color: #CF58BA;
}
</style>
border-color css
<style>
span { border-color: #CF58BA; }
span { border-color: rgb(207,88,186); }
td.TdClassName
{
border-color: #CF58BA;
}
.TagClassName
{
border-color: #CF58BA;
}
</style>