Shades of Fuchsia #C955C3
Tints of Fuchsia #C955C3
RGB
CMYK
RGB Variations
Color information
#C955C3 (or 0xC955C3) is known color: Fuchsia. HEX triplet: C9, 55 and C3. RGB value is (201,85,195). Sum of RGB (Red+Green+Blue) = 201+85+195=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C955C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955C3 is #36AA3C. Grayscale: #838383. Windows color (decimal): -3582525 or 12801481. OLE color: 12801481.
HSL color Cylindrical-coordinate representation of color #C955C3: hue angle of 303.1º 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 #C955C3 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 195 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.21 |
| HSL | 303.1º | 0.52% | 0.56% | - |
| HSV(B) | 303.1º | 0.58% | 0.79% | - |
| XYZ | 37.19 | 22.85 | 54.08 | - |
| YUV | 132.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 195 | 0 | 0.58 | 0.03 | 0.21 | 303.1 | 0.52 | 0.56 |
| Hex | C9 | 55 | C3 | 0 | 3A | 3 | 15 | 12F | 34 | 38 |
| Octal | 311 | 125 | 303 | 0 | 72 | 3 | 25 | 457 | 64 | 70 |
| Binary | 11001001 | 1010101 | 11000011 | 0 | 111010 | 11 | 10101 | 100101111 | 110100 | 111000 |
Color Harmonies of #C955C3
Complementary color
Monochromatic Colors of #C955C3
Black with #C955C3
Text Example
Text Example
White with #C955C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955C3; }
p { color: rgb(201,85,195); }
H1.HeaderClassName
{
color: #C955C3;
}
.AnyTagClassName
{
color: #C955C3;
}
</style>
background-color css
<style>
a { background-color: #C955C3; }
a { background-color: rgb(201,85,195); }
div.DivClassName
{
background-color: #C955C3;
}
.BgClassName
{
background-color: #C955C3;
}
</style>
border-color css
<style>
span { border-color: #C955C3; }
span { border-color: rgb(201,85,195); }
td.TdClassName
{
border-color: #C955C3;
}
.TagClassName
{
border-color: #C955C3;
}
</style>