Shades of Fuchsia #C958CF
Tints of Fuchsia #C958CF
RGB
CMYK
RGB Variations
Color information
#C958CF (or 0xC958CF) is known color: Fuchsia. HEX triplet: C9, 58 and CF. RGB value is (201,88,207). Sum of RGB (Red+Green+Blue) = 201+88+207=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C958CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958CF is #36A730. Grayscale: #868686. Windows color (decimal): -3581745 or 13588681. OLE color: 13588681.
HSL color Cylindrical-coordinate representation of color #C958CF: hue angle of 296.97º 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 #C958CF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 88 | 207 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.19 |
| HSL | 296.97º | 0.55% | 0.58% | - |
| HSV(B) | 296.97º | 0.57% | 0.81% | - |
| XYZ | 38.84 | 23.9 | 61.6 | - |
| YUV | 135.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 207 | 0.03 | 0.57 | 0 | 0.19 | 296.97 | 0.55 | 0.58 |
| Hex | C9 | 58 | CF | 3 | 39 | 0 | 13 | 129 | 37 | 3A |
| Octal | 311 | 130 | 317 | 3 | 71 | 0 | 23 | 451 | 67 | 72 |
| Binary | 11001001 | 1011000 | 11001111 | 11 | 111001 | 0 | 10011 | 100101001 | 110111 | 111010 |
Color Harmonies of #C958CF
Complementary color
Monochromatic Colors of #C958CF
Black with #C958CF
Text Example
Text Example
White with #C958CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958CF; }
p { color: rgb(201,88,207); }
H1.HeaderClassName
{
color: #C958CF;
}
.AnyTagClassName
{
color: #C958CF;
}
</style>
background-color css
<style>
a { background-color: #C958CF; }
a { background-color: rgb(201,88,207); }
div.DivClassName
{
background-color: #C958CF;
}
.BgClassName
{
background-color: #C958CF;
}
</style>
border-color css
<style>
span { border-color: #C958CF; }
span { border-color: rgb(201,88,207); }
td.TdClassName
{
border-color: #C958CF;
}
.TagClassName
{
border-color: #C958CF;
}
</style>