Shades of Fuchsia #CF58C7
Tints of Fuchsia #CF58C7
RGB
CMYK
RGB Variations
Color information
#CF58C7 (or 0xCF58C7) is known color: Fuchsia. HEX triplet: CF, 58 and C7. RGB value is (207,88,199). Sum of RGB (Red+Green+Blue) = 207+88+199=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58C7 is #30A738. Grayscale: #878787. Windows color (decimal): -3188537 or 13064399. OLE color: 13064399.
HSL color Cylindrical-coordinate representation of color #CF58C7: hue angle of 304.03º 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 #CF58C7 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 199 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.19 |
| HSL | 304.03º | 0.55% | 0.58% | - |
| HSV(B) | 304.03º | 0.57% | 0.81% | - |
| XYZ | 39.53 | 24.37 | 56.65 | - |
| YUV | 136.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 199 | 0 | 0.57 | 0.04 | 0.19 | 304.03 | 0.55 | 0.58 |
| Hex | CF | 58 | C7 | 0 | 39 | 4 | 13 | 130 | 37 | 3A |
| Octal | 317 | 130 | 307 | 0 | 71 | 4 | 23 | 460 | 67 | 72 |
| Binary | 11001111 | 1011000 | 11000111 | 0 | 111001 | 100 | 10011 | 100110000 | 110111 | 111010 |
Color Harmonies of #CF58C7
Complementary color
Monochromatic Colors of #CF58C7
Black with #CF58C7
Text Example
Text Example
White with #CF58C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58C7; }
p { color: rgb(207,88,199); }
H1.HeaderClassName
{
color: #CF58C7;
}
.AnyTagClassName
{
color: #CF58C7;
}
</style>
background-color css
<style>
a { background-color: #CF58C7; }
a { background-color: rgb(207,88,199); }
div.DivClassName
{
background-color: #CF58C7;
}
.BgClassName
{
background-color: #CF58C7;
}
</style>
border-color css
<style>
span { border-color: #CF58C7; }
span { border-color: rgb(207,88,199); }
td.TdClassName
{
border-color: #CF58C7;
}
.TagClassName
{
border-color: #CF58C7;
}
</style>