Shades of Fuchsia #C958CC
Tints of Fuchsia #C958CC
RGB
CMYK
RGB Variations
Color information
#C958CC (or 0xC958CC) is known color: Fuchsia. HEX triplet: C9, 58 and CC. RGB value is (201,88,204). Sum of RGB (Red+Green+Blue) = 201+88+204=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C958CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958CC is #36A733. Grayscale: #868686. Windows color (decimal): -3581748 or 13392073. OLE color: 13392073.
HSL color Cylindrical-coordinate representation of color #C958CC: hue angle of 298.45º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C958CC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 88 | 204 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.2 |
| HSL | 298.45º | 0.53% | 0.57% | - |
| HSV(B) | 298.45º | 0.57% | 0.8% | - |
| XYZ | 38.48 | 23.76 | 59.68 | - |
| YUV | 135.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 204 | 0.01 | 0.57 | 0 | 0.2 | 298.45 | 0.53 | 0.57 |
| Hex | C9 | 58 | CC | 1 | 39 | 0 | 14 | 12A | 35 | 39 |
| Octal | 311 | 130 | 314 | 1 | 71 | 0 | 24 | 452 | 65 | 71 |
| Binary | 11001001 | 1011000 | 11001100 | 1 | 111001 | 0 | 10100 | 100101010 | 110101 | 111001 |
Color Harmonies of #C958CC
Complementary color
Monochromatic Colors of #C958CC
Black with #C958CC
Text Example
Text Example
White with #C958CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958CC; }
p { color: rgb(201,88,204); }
H1.HeaderClassName
{
color: #C958CC;
}
.AnyTagClassName
{
color: #C958CC;
}
</style>
background-color css
<style>
a { background-color: #C958CC; }
a { background-color: rgb(201,88,204); }
div.DivClassName
{
background-color: #C958CC;
}
.BgClassName
{
background-color: #C958CC;
}
</style>
border-color css
<style>
span { border-color: #C958CC; }
span { border-color: rgb(201,88,204); }
td.TdClassName
{
border-color: #C958CC;
}
.TagClassName
{
border-color: #C958CC;
}
</style>