Shades of Fuchsia #C958C1
Tints of Fuchsia #C958C1
RGB
CMYK
RGB Variations
Color information
#C958C1 (or 0xC958C1) is known color: Fuchsia. HEX triplet: C9, 58 and C1. RGB value is (201,88,193). Sum of RGB (Red+Green+Blue) = 201+88+193=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C958C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958C1 is #36A73E. Grayscale: #858585. Windows color (decimal): -3581759 or 12671177. OLE color: 12671177.
HSL color Cylindrical-coordinate representation of color #C958C1: hue angle of 304.25º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C958C1 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 193 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.21 |
| HSL | 304.25º | 0.51% | 0.57% | - |
| HSV(B) | 304.25º | 0.56% | 0.79% | - |
| XYZ | 37.2 | 23.25 | 52.98 | - |
| YUV | 133.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 193 | 0 | 0.56 | 0.04 | 0.21 | 304.25 | 0.51 | 0.57 |
| Hex | C9 | 58 | C1 | 0 | 38 | 4 | 15 | 130 | 33 | 39 |
| Octal | 311 | 130 | 301 | 0 | 70 | 4 | 25 | 460 | 63 | 71 |
| Binary | 11001001 | 1011000 | 11000001 | 0 | 111000 | 100 | 10101 | 100110000 | 110011 | 111001 |
Color Harmonies of #C958C1
Complementary color
Monochromatic Colors of #C958C1
Black with #C958C1
Text Example
Text Example
White with #C958C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958C1; }
p { color: rgb(201,88,193); }
H1.HeaderClassName
{
color: #C958C1;
}
.AnyTagClassName
{
color: #C958C1;
}
</style>
background-color css
<style>
a { background-color: #C958C1; }
a { background-color: rgb(201,88,193); }
div.DivClassName
{
background-color: #C958C1;
}
.BgClassName
{
background-color: #C958C1;
}
</style>
border-color css
<style>
span { border-color: #C958C1; }
span { border-color: rgb(201,88,193); }
td.TdClassName
{
border-color: #C958C1;
}
.TagClassName
{
border-color: #C958C1;
}
</style>