Shades of Fuchsia #C954C9
Tints of Fuchsia #C954C9
RGB
CMYK
RGB Variations
Color information
#C954C9 (or 0xC954C9) is known color: Fuchsia. HEX triplet: C9, 54 and C9. RGB value is (201,84,201). Sum of RGB (Red+Green+Blue) = 201+84+201=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C954C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954C9 is #36AB36. Grayscale: #838383. Windows color (decimal): -3582775 or 13194441. OLE color: 13194441.
HSL color Cylindrical-coordinate representation of color #C954C9: hue angle of 300º 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 #C954C9 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 201 | - |
| CMYK | 0 | 0.58 | 0 | 0.21 |
| HSL | 300º | 0.52% | 0.56% | - |
| HSV(B) | 300º | 0.58% | 0.79% | - |
| XYZ | 37.8 | 22.98 | 57.7 | - |
| YUV | 132.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 201 | 0 | 0.58 | 0 | 0.21 | 300 | 0.52 | 0.56 |
| Hex | C9 | 54 | C9 | 0 | 3A | 0 | 15 | 12C | 34 | 38 |
| Octal | 311 | 124 | 311 | 0 | 72 | 0 | 25 | 454 | 64 | 70 |
| Binary | 11001001 | 1010100 | 11001001 | 0 | 111010 | 0 | 10101 | 100101100 | 110100 | 111000 |
Color Harmonies of #C954C9
Complementary color
Monochromatic Colors of #C954C9
Black with #C954C9
Text Example
Text Example
White with #C954C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954C9; }
p { color: rgb(201,84,201); }
H1.HeaderClassName
{
color: #C954C9;
}
.AnyTagClassName
{
color: #C954C9;
}
</style>
background-color css
<style>
a { background-color: #C954C9; }
a { background-color: rgb(201,84,201); }
div.DivClassName
{
background-color: #C954C9;
}
.BgClassName
{
background-color: #C954C9;
}
</style>
border-color css
<style>
span { border-color: #C954C9; }
span { border-color: rgb(201,84,201); }
td.TdClassName
{
border-color: #C954C9;
}
.TagClassName
{
border-color: #C954C9;
}
</style>