Shades of Fuchsia #C954C5
Tints of Fuchsia #C954C5
RGB
CMYK
RGB Variations
Color information
#C954C5 (or 0xC954C5) is known color: Fuchsia. HEX triplet: C9, 54 and C5. RGB value is (201,84,197). Sum of RGB (Red+Green+Blue) = 201+84+197=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C954C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954C5 is #36AB3A. Grayscale: #838383. Windows color (decimal): -3582779 or 12932297. OLE color: 12932297.
HSL color Cylindrical-coordinate representation of color #C954C5: hue angle of 302.05º 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 #C954C5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 197 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.21 |
| HSL | 302.05º | 0.52% | 0.56% | - |
| HSV(B) | 302.05º | 0.58% | 0.79% | - |
| XYZ | 37.34 | 22.79 | 55.25 | - |
| YUV | 131.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 197 | 0 | 0.58 | 0.02 | 0.21 | 302.05 | 0.52 | 0.56 |
| Hex | C9 | 54 | C5 | 0 | 3A | 2 | 15 | 12E | 34 | 38 |
| Octal | 311 | 124 | 305 | 0 | 72 | 2 | 25 | 456 | 64 | 70 |
| Binary | 11001001 | 1010100 | 11000101 | 0 | 111010 | 10 | 10101 | 100101110 | 110100 | 111000 |
Color Harmonies of #C954C5
Complementary color
Monochromatic Colors of #C954C5
Black with #C954C5
Text Example
Text Example
White with #C954C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954C5; }
p { color: rgb(201,84,197); }
H1.HeaderClassName
{
color: #C954C5;
}
.AnyTagClassName
{
color: #C954C5;
}
</style>
background-color css
<style>
a { background-color: #C954C5; }
a { background-color: rgb(201,84,197); }
div.DivClassName
{
background-color: #C954C5;
}
.BgClassName
{
background-color: #C954C5;
}
</style>
border-color css
<style>
span { border-color: #C954C5; }
span { border-color: rgb(201,84,197); }
td.TdClassName
{
border-color: #C954C5;
}
.TagClassName
{
border-color: #C954C5;
}
</style>