Shades of Fuchsia #CF58B3
Tints of Fuchsia #CF58B3
RGB
CMYK
RGB Variations
Color information
#CF58B3 (or 0xCF58B3) is known color: Fuchsia. HEX triplet: CF, 58 and B3. RGB value is (207,88,179). Sum of RGB (Red+Green+Blue) = 207+88+179=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58B3 is #30A74C. Grayscale: #858585. Windows color (decimal): -3188557 or 11753679. OLE color: 11753679.
HSL color Cylindrical-coordinate representation of color #CF58B3: hue angle of 314.12º 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 #CF58B3 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 179 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.19 |
| HSL | 314.12º | 0.55% | 0.58% | - |
| HSV(B) | 314.12º | 0.57% | 0.81% | - |
| XYZ | 37.36 | 23.5 | 45.21 | - |
| YUV | 133.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 179 | 0 | 0.57 | 0.14 | 0.19 | 314.12 | 0.55 | 0.58 |
| Hex | CF | 58 | B3 | 0 | 39 | E | 13 | 13A | 37 | 3A |
| Octal | 317 | 130 | 263 | 0 | 71 | 16 | 23 | 472 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10110011 | 0 | 111001 | 1110 | 10011 | 100111010 | 110111 | 111010 |
Color Harmonies of #CF58B3
Complementary color
Monochromatic Colors of #CF58B3
Black with #CF58B3
Text Example
Text Example
White with #CF58B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58B3; }
p { color: rgb(207,88,179); }
H1.HeaderClassName
{
color: #CF58B3;
}
.AnyTagClassName
{
color: #CF58B3;
}
</style>
background-color css
<style>
a { background-color: #CF58B3; }
a { background-color: rgb(207,88,179); }
div.DivClassName
{
background-color: #CF58B3;
}
.BgClassName
{
background-color: #CF58B3;
}
</style>
border-color css
<style>
span { border-color: #CF58B3; }
span { border-color: rgb(207,88,179); }
td.TdClassName
{
border-color: #CF58B3;
}
.TagClassName
{
border-color: #CF58B3;
}
</style>