Shades of Fuchsia #CF58BD
Tints of Fuchsia #CF58BD
RGB
CMYK
RGB Variations
Color information
#CF58BD (or 0xCF58BD) is known color: Fuchsia. HEX triplet: CF, 58 and BD. RGB value is (207,88,189). Sum of RGB (Red+Green+Blue) = 207+88+189=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BD is #30A742. Grayscale: #868686. Windows color (decimal): -3188547 or 12409039. OLE color: 12409039.
HSL color Cylindrical-coordinate representation of color #CF58BD: hue angle of 309.08º 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 #CF58BD is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 189 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.19 |
| HSL | 309.08º | 0.55% | 0.58% | - |
| HSV(B) | 309.08º | 0.57% | 0.81% | - |
| XYZ | 38.41 | 23.92 | 50.74 | - |
| YUV | 135.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 189 | 0 | 0.57 | 0.09 | 0.19 | 309.08 | 0.55 | 0.58 |
| Hex | CF | 58 | BD | 0 | 39 | 9 | 13 | 135 | 37 | 3A |
| Octal | 317 | 130 | 275 | 0 | 71 | 11 | 23 | 465 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10111101 | 0 | 111001 | 1001 | 10011 | 100110101 | 110111 | 111010 |
Color Harmonies of #CF58BD
Complementary color
Monochromatic Colors of #CF58BD
Black with #CF58BD
Text Example
Text Example
White with #CF58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58BD; }
p { color: rgb(207,88,189); }
H1.HeaderClassName
{
color: #CF58BD;
}
.AnyTagClassName
{
color: #CF58BD;
}
</style>
background-color css
<style>
a { background-color: #CF58BD; }
a { background-color: rgb(207,88,189); }
div.DivClassName
{
background-color: #CF58BD;
}
.BgClassName
{
background-color: #CF58BD;
}
</style>
border-color css
<style>
span { border-color: #CF58BD; }
span { border-color: rgb(207,88,189); }
td.TdClassName
{
border-color: #CF58BD;
}
.TagClassName
{
border-color: #CF58BD;
}
</style>