Shades of Fuchsia #C955CA
Tints of Fuchsia #C955CA
RGB
CMYK
RGB Variations
Color information
#C955CA (or 0xC955CA) is known color: Fuchsia. HEX triplet: C9, 55 and CA. RGB value is (201,85,202). Sum of RGB (Red+Green+Blue) = 201+85+202=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #C955CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CA is #36AA35. Grayscale: #848484. Windows color (decimal): -3582518 or 13260233. OLE color: 13260233.
HSL color Cylindrical-coordinate representation of color #C955CA: hue angle of 299.49º 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 #C955CA is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 202 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.21 |
| HSL | 299.49º | 0.52% | 0.56% | - |
| HSV(B) | 299.49º | 0.58% | 0.79% | - |
| XYZ | 38 | 23.18 | 58.35 | - |
| YUV | 133.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 202 | 0.00 | 0.58 | 0 | 0.21 | 299.49 | 0.52 | 0.56 |
| Hex | C9 | 55 | CA | 0 | 3A | 0 | 15 | 12B | 34 | 38 |
| Octal | 311 | 125 | 312 | 0 | 72 | 0 | 25 | 453 | 64 | 70 |
| Binary | 11001001 | 1010101 | 11001010 | 0 | 111010 | 0 | 10101 | 100101011 | 110100 | 111000 |
Color Harmonies of #C955CA
Complementary color
Monochromatic Colors of #C955CA
Black with #C955CA
Text Example
Text Example
White with #C955CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955CA; }
p { color: rgb(201,85,202); }
H1.HeaderClassName
{
color: #C955CA;
}
.AnyTagClassName
{
color: #C955CA;
}
</style>
background-color css
<style>
a { background-color: #C955CA; }
a { background-color: rgb(201,85,202); }
div.DivClassName
{
background-color: #C955CA;
}
.BgClassName
{
background-color: #C955CA;
}
</style>
border-color css
<style>
span { border-color: #C955CA; }
span { border-color: rgb(201,85,202); }
td.TdClassName
{
border-color: #C955CA;
}
.TagClassName
{
border-color: #C955CA;
}
</style>