Shades of Fuchsia #C958C5
Tints of Fuchsia #C958C5
RGB
CMYK
RGB Variations
Color information
#C958C5 (or 0xC958C5) is known color: Fuchsia. HEX triplet: C9, 58 and C5. RGB value is (201,88,197). Sum of RGB (Red+Green+Blue) = 201+88+197=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C958C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958C5 is #36A73A. Grayscale: #858585. Windows color (decimal): -3581755 or 12933321. OLE color: 12933321.
HSL color Cylindrical-coordinate representation of color #C958C5: hue angle of 302.12º 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 #C958C5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 197 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.21 |
| HSL | 302.12º | 0.51% | 0.57% | - |
| HSV(B) | 302.12º | 0.56% | 0.79% | - |
| XYZ | 37.66 | 23.43 | 55.36 | - |
| YUV | 134.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 197 | 0 | 0.56 | 0.02 | 0.21 | 302.12 | 0.51 | 0.57 |
| Hex | C9 | 58 | C5 | 0 | 38 | 2 | 15 | 12E | 33 | 39 |
| Octal | 311 | 130 | 305 | 0 | 70 | 2 | 25 | 456 | 63 | 71 |
| Binary | 11001001 | 1011000 | 11000101 | 0 | 111000 | 10 | 10101 | 100101110 | 110011 | 111001 |
Color Harmonies of #C958C5
Complementary color
Monochromatic Colors of #C958C5
Black with #C958C5
Text Example
Text Example
White with #C958C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958C5; }
p { color: rgb(201,88,197); }
H1.HeaderClassName
{
color: #C958C5;
}
.AnyTagClassName
{
color: #C958C5;
}
</style>
background-color css
<style>
a { background-color: #C958C5; }
a { background-color: rgb(201,88,197); }
div.DivClassName
{
background-color: #C958C5;
}
.BgClassName
{
background-color: #C958C5;
}
</style>
border-color css
<style>
span { border-color: #C958C5; }
span { border-color: rgb(201,88,197); }
td.TdClassName
{
border-color: #C958C5;
}
.TagClassName
{
border-color: #C958C5;
}
</style>