Shades of Fuchsia #C958CB
Tints of Fuchsia #C958CB
RGB
CMYK
RGB Variations
Color information
#C958CB (or 0xC958CB) is known color: Fuchsia. HEX triplet: C9, 58 and CB. RGB value is (201,88,203). Sum of RGB (Red+Green+Blue) = 201+88+203=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C958CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958CB is #36A734. Grayscale: #868686. Windows color (decimal): -3581749 or 13326537. OLE color: 13326537.
HSL color Cylindrical-coordinate representation of color #C958CB: hue angle of 298.96º 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 #C958CB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 88 | 203 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.20 |
| HSL | 298.96º | 0.53% | 0.57% | - |
| HSV(B) | 298.96º | 0.57% | 0.8% | - |
| XYZ | 38.36 | 23.71 | 59.05 | - |
| YUV | 134.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 203 | 0.01 | 0.57 | 0 | 0.20 | 298.96 | 0.53 | 0.57 |
| Hex | C9 | 58 | CB | 1 | 39 | 0 | 14 | 12B | 35 | 39 |
| Octal | 311 | 130 | 313 | 1 | 71 | 0 | 24 | 453 | 65 | 71 |
| Binary | 11001001 | 1011000 | 11001011 | 1 | 111001 | 0 | 10100 | 100101011 | 110101 | 111001 |
Color Harmonies of #C958CB
Complementary color
Monochromatic Colors of #C958CB
Black with #C958CB
Text Example
Text Example
White with #C958CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958CB; }
p { color: rgb(201,88,203); }
H1.HeaderClassName
{
color: #C958CB;
}
.AnyTagClassName
{
color: #C958CB;
}
</style>
background-color css
<style>
a { background-color: #C958CB; }
a { background-color: rgb(201,88,203); }
div.DivClassName
{
background-color: #C958CB;
}
.BgClassName
{
background-color: #C958CB;
}
</style>
border-color css
<style>
span { border-color: #C958CB; }
span { border-color: rgb(201,88,203); }
td.TdClassName
{
border-color: #C958CB;
}
.TagClassName
{
border-color: #C958CB;
}
</style>