Shades of Fuchsia #CF58B0
Tints of Fuchsia #CF58B0
RGB
CMYK
RGB Variations
Color information
#CF58B0 (or 0xCF58B0) is known color: Fuchsia. HEX triplet: CF, 58 and B0. RGB value is (207,88,176). Sum of RGB (Red+Green+Blue) = 207+88+176=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58B0 is #30A74F. Grayscale: #858585. Windows color (decimal): -3188560 or 11557071. OLE color: 11557071.
HSL color Cylindrical-coordinate representation of color #CF58B0: hue angle of 315.63º 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 #CF58B0 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 176 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.19 |
| HSL | 315.63º | 0.55% | 0.58% | - |
| HSV(B) | 315.63º | 0.57% | 0.81% | - |
| XYZ | 37.06 | 23.38 | 43.63 | - |
| YUV | 133.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 176 | 0 | 0.57 | 0.15 | 0.19 | 315.63 | 0.55 | 0.58 |
| Hex | CF | 58 | B0 | 0 | 39 | F | 13 | 13C | 37 | 3A |
| Octal | 317 | 130 | 260 | 0 | 71 | 17 | 23 | 474 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10110000 | 0 | 111001 | 1111 | 10011 | 100111100 | 110111 | 111010 |
Color Harmonies of #CF58B0
Complementary color
Monochromatic Colors of #CF58B0
Black with #CF58B0
Text Example
Text Example
White with #CF58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58B0; }
p { color: rgb(207,88,176); }
H1.HeaderClassName
{
color: #CF58B0;
}
.AnyTagClassName
{
color: #CF58B0;
}
</style>
background-color css
<style>
a { background-color: #CF58B0; }
a { background-color: rgb(207,88,176); }
div.DivClassName
{
background-color: #CF58B0;
}
.BgClassName
{
background-color: #CF58B0;
}
</style>
border-color css
<style>
span { border-color: #CF58B0; }
span { border-color: rgb(207,88,176); }
td.TdClassName
{
border-color: #CF58B0;
}
.TagClassName
{
border-color: #CF58B0;
}
</style>