Shades of Fuchsia #CF58BF
Tints of Fuchsia #CF58BF
RGB
CMYK
RGB Variations
Color information
#CF58BF (or 0xCF58BF) is known color: Fuchsia. HEX triplet: CF, 58 and BF. RGB value is (207,88,191). Sum of RGB (Red+Green+Blue) = 207+88+191=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BF is #30A740. Grayscale: #878787. Windows color (decimal): -3188545 or 12540111. OLE color: 12540111.
HSL color Cylindrical-coordinate representation of color #CF58BF: hue angle of 308.07º 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 #CF58BF is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 191 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.19 |
| HSL | 308.07º | 0.55% | 0.58% | - |
| HSV(B) | 308.07º | 0.57% | 0.81% | - |
| XYZ | 38.63 | 24.01 | 51.89 | - |
| YUV | 135.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 191 | 0 | 0.57 | 0.08 | 0.19 | 308.07 | 0.55 | 0.58 |
| Hex | CF | 58 | BF | 0 | 39 | 8 | 13 | 134 | 37 | 3A |
| Octal | 317 | 130 | 277 | 0 | 71 | 10 | 23 | 464 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10111111 | 0 | 111001 | 1000 | 10011 | 100110100 | 110111 | 111010 |
Color Harmonies of #CF58BF
Complementary color
Monochromatic Colors of #CF58BF
Black with #CF58BF
Text Example
Text Example
White with #CF58BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58BF; }
p { color: rgb(207,88,191); }
H1.HeaderClassName
{
color: #CF58BF;
}
.AnyTagClassName
{
color: #CF58BF;
}
</style>
background-color css
<style>
a { background-color: #CF58BF; }
a { background-color: rgb(207,88,191); }
div.DivClassName
{
background-color: #CF58BF;
}
.BgClassName
{
background-color: #CF58BF;
}
</style>
border-color css
<style>
span { border-color: #CF58BF; }
span { border-color: rgb(207,88,191); }
td.TdClassName
{
border-color: #CF58BF;
}
.TagClassName
{
border-color: #CF58BF;
}
</style>