Shades of Fuchsia #C958D0
Tints of Fuchsia #C958D0
RGB
CMYK
RGB Variations
Color information
#C958D0 (or 0xC958D0) is known color: Fuchsia. HEX triplet: C9, 58 and D0. RGB value is (201,88,208). Sum of RGB (Red+Green+Blue) = 201+88+208=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #C958D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958D0 is #36A72F. Grayscale: #878787. Windows color (decimal): -3581744 or 13654217. OLE color: 13654217.
HSL color Cylindrical-coordinate representation of color #C958D0: hue angle of 296.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C958D0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 88 | 208 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.18 |
| HSL | 296.5º | 0.56% | 0.58% | - |
| HSV(B) | 296.5º | 0.58% | 0.82% | - |
| XYZ | 38.96 | 23.95 | 62.24 | - |
| YUV | 135.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 208 | 0.03 | 0.58 | 0 | 0.18 | 296.5 | 0.56 | 0.58 |
| Hex | C9 | 58 | D0 | 3 | 3A | 0 | 12 | 128 | 38 | 3A |
| Octal | 311 | 130 | 320 | 3 | 72 | 0 | 22 | 450 | 70 | 72 |
| Binary | 11001001 | 1011000 | 11010000 | 11 | 111010 | 0 | 10010 | 100101000 | 111000 | 111010 |
Color Harmonies of #C958D0
Complementary color
Monochromatic Colors of #C958D0
Black with #C958D0
Text Example
Text Example
White with #C958D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958D0; }
p { color: rgb(201,88,208); }
H1.HeaderClassName
{
color: #C958D0;
}
.AnyTagClassName
{
color: #C958D0;
}
</style>
background-color css
<style>
a { background-color: #C958D0; }
a { background-color: rgb(201,88,208); }
div.DivClassName
{
background-color: #C958D0;
}
.BgClassName
{
background-color: #C958D0;
}
</style>
border-color css
<style>
span { border-color: #C958D0; }
span { border-color: rgb(201,88,208); }
td.TdClassName
{
border-color: #C958D0;
}
.TagClassName
{
border-color: #C958D0;
}
</style>