Shades of Fuchsia #CF58C3
Tints of Fuchsia #CF58C3
RGB
CMYK
RGB Variations
Color information
#CF58C3 (or 0xCF58C3) is known color: Fuchsia. HEX triplet: CF, 58 and C3. RGB value is (207,88,195). Sum of RGB (Red+Green+Blue) = 207+88+195=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58C3 is #30A73C. Grayscale: #878787. Windows color (decimal): -3188541 or 12802255. OLE color: 12802255.
HSL color Cylindrical-coordinate representation of color #CF58C3: hue angle of 306.05º 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 #CF58C3 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 195 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.19 |
| HSL | 306.05º | 0.55% | 0.58% | - |
| HSV(B) | 306.05º | 0.57% | 0.81% | - |
| XYZ | 39.07 | 24.18 | 54.24 | - |
| YUV | 135.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 195 | 0 | 0.57 | 0.06 | 0.19 | 306.05 | 0.55 | 0.58 |
| Hex | CF | 58 | C3 | 0 | 39 | 6 | 13 | 132 | 37 | 3A |
| Octal | 317 | 130 | 303 | 0 | 71 | 6 | 23 | 462 | 67 | 72 |
| Binary | 11001111 | 1011000 | 11000011 | 0 | 111001 | 110 | 10011 | 100110010 | 110111 | 111010 |
Color Harmonies of #CF58C3
Complementary color
Monochromatic Colors of #CF58C3
Black with #CF58C3
Text Example
Text Example
White with #CF58C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58C3; }
p { color: rgb(207,88,195); }
H1.HeaderClassName
{
color: #CF58C3;
}
.AnyTagClassName
{
color: #CF58C3;
}
</style>
background-color css
<style>
a { background-color: #CF58C3; }
a { background-color: rgb(207,88,195); }
div.DivClassName
{
background-color: #CF58C3;
}
.BgClassName
{
background-color: #CF58C3;
}
</style>
border-color css
<style>
span { border-color: #CF58C3; }
span { border-color: rgb(207,88,195); }
td.TdClassName
{
border-color: #CF58C3;
}
.TagClassName
{
border-color: #CF58C3;
}
</style>