Shades of Fuchsia #CF58BC
Tints of Fuchsia #CF58BC
RGB
CMYK
RGB Variations
Color information
#CF58BC (or 0xCF58BC) is known color: Fuchsia. HEX triplet: CF, 58 and BC. RGB value is (207,88,188). Sum of RGB (Red+Green+Blue) = 207+88+188=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BC is #30A743. Grayscale: #868686. Windows color (decimal): -3188548 or 12343503. OLE color: 12343503.
HSL color Cylindrical-coordinate representation of color #CF58BC: hue angle of 309.58º 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 #CF58BC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 188 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.19 |
| HSL | 309.58º | 0.55% | 0.58% | - |
| HSV(B) | 309.58º | 0.57% | 0.81% | - |
| XYZ | 38.3 | 23.88 | 50.17 | - |
| YUV | 134.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 188 | 0 | 0.57 | 0.09 | 0.19 | 309.58 | 0.55 | 0.58 |
| Hex | CF | 58 | BC | 0 | 39 | 9 | 13 | 136 | 37 | 3A |
| Octal | 317 | 130 | 274 | 0 | 71 | 11 | 23 | 466 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10111100 | 0 | 111001 | 1001 | 10011 | 100110110 | 110111 | 111010 |
Color Harmonies of #CF58BC
Complementary color
Monochromatic Colors of #CF58BC
Black with #CF58BC
Text Example
Text Example
White with #CF58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58BC; }
p { color: rgb(207,88,188); }
H1.HeaderClassName
{
color: #CF58BC;
}
.AnyTagClassName
{
color: #CF58BC;
}
</style>
background-color css
<style>
a { background-color: #CF58BC; }
a { background-color: rgb(207,88,188); }
div.DivClassName
{
background-color: #CF58BC;
}
.BgClassName
{
background-color: #CF58BC;
}
</style>
border-color css
<style>
span { border-color: #CF58BC; }
span { border-color: rgb(207,88,188); }
td.TdClassName
{
border-color: #CF58BC;
}
.TagClassName
{
border-color: #CF58BC;
}
</style>