Shades of Fuchsia #CF58C5
Tints of Fuchsia #CF58C5
RGB
CMYK
RGB Variations
Color information
#CF58C5 (or 0xCF58C5) is known color: Fuchsia. HEX triplet: CF, 58 and C5. RGB value is (207,88,197). Sum of RGB (Red+Green+Blue) = 207+88+197=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58C5 is #30A73A. Grayscale: #878787. Windows color (decimal): -3188539 or 12933327. OLE color: 12933327.
HSL color Cylindrical-coordinate representation of color #CF58C5: hue angle of 305.04º 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 #CF58C5 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 197 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.19 |
| HSL | 305.04º | 0.55% | 0.58% | - |
| HSV(B) | 305.04º | 0.57% | 0.81% | - |
| XYZ | 39.3 | 24.28 | 55.44 | - |
| YUV | 136.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 197 | 0 | 0.57 | 0.05 | 0.19 | 305.04 | 0.55 | 0.58 |
| Hex | CF | 58 | C5 | 0 | 39 | 5 | 13 | 131 | 37 | 3A |
| Octal | 317 | 130 | 305 | 0 | 71 | 5 | 23 | 461 | 67 | 72 |
| Binary | 11001111 | 1011000 | 11000101 | 0 | 111001 | 101 | 10011 | 100110001 | 110111 | 111010 |
Color Harmonies of #CF58C5
Complementary color
Monochromatic Colors of #CF58C5
Black with #CF58C5
Text Example
Text Example
White with #CF58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58C5; }
p { color: rgb(207,88,197); }
H1.HeaderClassName
{
color: #CF58C5;
}
.AnyTagClassName
{
color: #CF58C5;
}
</style>
background-color css
<style>
a { background-color: #CF58C5; }
a { background-color: rgb(207,88,197); }
div.DivClassName
{
background-color: #CF58C5;
}
.BgClassName
{
background-color: #CF58C5;
}
</style>
border-color css
<style>
span { border-color: #CF58C5; }
span { border-color: rgb(207,88,197); }
td.TdClassName
{
border-color: #CF58C5;
}
.TagClassName
{
border-color: #CF58C5;
}
</style>