Shades of Fuchsia #CF58CA
Tints of Fuchsia #CF58CA
RGB
CMYK
RGB Variations
Color information
#CF58CA (or 0xCF58CA) is known color: Fuchsia. HEX triplet: CF, 58 and CA. RGB value is (207,88,202). Sum of RGB (Red+Green+Blue) = 207+88+202=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58CA is #30A735. Grayscale: #888888. Windows color (decimal): -3188534 or 13261007. OLE color: 13261007.
HSL color Cylindrical-coordinate representation of color #CF58CA: hue angle of 302.52º 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 #CF58CA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 202 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.19 |
| HSL | 302.52º | 0.55% | 0.58% | - |
| HSV(B) | 302.52º | 0.57% | 0.81% | - |
| XYZ | 39.88 | 24.51 | 58.51 | - |
| YUV | 136.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 202 | 0 | 0.57 | 0.02 | 0.19 | 302.52 | 0.55 | 0.58 |
| Hex | CF | 58 | CA | 0 | 39 | 2 | 13 | 12F | 37 | 3A |
| Octal | 317 | 130 | 312 | 0 | 71 | 2 | 23 | 457 | 67 | 72 |
| Binary | 11001111 | 1011000 | 11001010 | 0 | 111001 | 10 | 10011 | 100101111 | 110111 | 111010 |
Color Harmonies of #CF58CA
Complementary color
Monochromatic Colors of #CF58CA
Black with #CF58CA
Text Example
Text Example
White with #CF58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58CA; }
p { color: rgb(207,88,202); }
H1.HeaderClassName
{
color: #CF58CA;
}
.AnyTagClassName
{
color: #CF58CA;
}
</style>
background-color css
<style>
a { background-color: #CF58CA; }
a { background-color: rgb(207,88,202); }
div.DivClassName
{
background-color: #CF58CA;
}
.BgClassName
{
background-color: #CF58CA;
}
</style>
border-color css
<style>
span { border-color: #CF58CA; }
span { border-color: rgb(207,88,202); }
td.TdClassName
{
border-color: #CF58CA;
}
.TagClassName
{
border-color: #CF58CA;
}
</style>