Shades of Fuchsia #C955CF
Tints of Fuchsia #C955CF
RGB
CMYK
RGB Variations
Color information
#C955CF (or 0xC955CF) is known color: Fuchsia. HEX triplet: C9, 55 and CF. RGB value is (201,85,207). Sum of RGB (Red+Green+Blue) = 201+85+207=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C955CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CF is #36AA30. Grayscale: #858585. Windows color (decimal): -3582513 or 13587913. OLE color: 13587913.
HSL color Cylindrical-coordinate representation of color #C955CF: hue angle of 297.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C955CF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 85 | 207 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.19 |
| HSL | 297.05º | 0.56% | 0.57% | - |
| HSV(B) | 297.05º | 0.59% | 0.81% | - |
| XYZ | 38.6 | 23.42 | 61.52 | - |
| YUV | 133.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 207 | 0.03 | 0.59 | 0 | 0.19 | 297.05 | 0.56 | 0.57 |
| Hex | C9 | 55 | CF | 3 | 3B | 0 | 13 | 129 | 38 | 39 |
| Octal | 311 | 125 | 317 | 3 | 73 | 0 | 23 | 451 | 70 | 71 |
| Binary | 11001001 | 1010101 | 11001111 | 11 | 111011 | 0 | 10011 | 100101001 | 111000 | 111001 |
Color Harmonies of #C955CF
Complementary color
Monochromatic Colors of #C955CF
Black with #C955CF
Text Example
Text Example
White with #C955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955CF; }
p { color: rgb(201,85,207); }
H1.HeaderClassName
{
color: #C955CF;
}
.AnyTagClassName
{
color: #C955CF;
}
</style>
background-color css
<style>
a { background-color: #C955CF; }
a { background-color: rgb(201,85,207); }
div.DivClassName
{
background-color: #C955CF;
}
.BgClassName
{
background-color: #C955CF;
}
</style>
border-color css
<style>
span { border-color: #C955CF; }
span { border-color: rgb(201,85,207); }
td.TdClassName
{
border-color: #C955CF;
}
.TagClassName
{
border-color: #C955CF;
}
</style>