Shades of Fuchsia #C955C1
Tints of Fuchsia #C955C1
RGB
CMYK
RGB Variations
Color information
#C955C1 (or 0xC955C1) is known color: Fuchsia. HEX triplet: C9, 55 and C1. RGB value is (201,85,193). Sum of RGB (Red+Green+Blue) = 201+85+193=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C955C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955C1 is #36AA3E. Grayscale: #838383. Windows color (decimal): -3582527 or 12670409. OLE color: 12670409.
HSL color Cylindrical-coordinate representation of color #C955C1: hue angle of 304.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955C1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 193 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.21 |
| HSL | 304.14º | 0.52% | 0.56% | - |
| HSV(B) | 304.14º | 0.58% | 0.79% | - |
| XYZ | 36.96 | 22.76 | 52.9 | - |
| YUV | 132 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 193 | 0 | 0.58 | 0.04 | 0.21 | 304.14 | 0.52 | 0.56 |
| Hex | C9 | 55 | C1 | 0 | 3A | 4 | 15 | 130 | 34 | 38 |
| Octal | 311 | 125 | 301 | 0 | 72 | 4 | 25 | 460 | 64 | 70 |
| Binary | 11001001 | 1010101 | 11000001 | 0 | 111010 | 100 | 10101 | 100110000 | 110100 | 111000 |
Color Harmonies of #C955C1
Complementary color
Monochromatic Colors of #C955C1
Black with #C955C1
Text Example
Text Example
White with #C955C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955C1; }
p { color: rgb(201,85,193); }
H1.HeaderClassName
{
color: #C955C1;
}
.AnyTagClassName
{
color: #C955C1;
}
</style>
background-color css
<style>
a { background-color: #C955C1; }
a { background-color: rgb(201,85,193); }
div.DivClassName
{
background-color: #C955C1;
}
.BgClassName
{
background-color: #C955C1;
}
</style>
border-color css
<style>
span { border-color: #C955C1; }
span { border-color: rgb(201,85,193); }
td.TdClassName
{
border-color: #C955C1;
}
.TagClassName
{
border-color: #C955C1;
}
</style>