Shades of Fuchsia #C954C1
Tints of Fuchsia #C954C1
RGB
CMYK
RGB Variations
Color information
#C954C1 (or 0xC954C1) is known color: Fuchsia. HEX triplet: C9, 54 and C1. RGB value is (201,84,193). Sum of RGB (Red+Green+Blue) = 201+84+193=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C954C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954C1 is #36AB3E. Grayscale: #838383. Windows color (decimal): -3582783 or 12670153. OLE color: 12670153.
HSL color Cylindrical-coordinate representation of color #C954C1: hue angle of 304.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 #C954C1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 193 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.21 |
| HSL | 304.1º | 0.52% | 0.56% | - |
| HSV(B) | 304.1º | 0.58% | 0.79% | - |
| XYZ | 36.88 | 22.61 | 52.87 | - |
| YUV | 131.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 193 | 0 | 0.58 | 0.04 | 0.21 | 304.1 | 0.52 | 0.56 |
| Hex | C9 | 54 | C1 | 0 | 3A | 4 | 15 | 130 | 34 | 38 |
| Octal | 311 | 124 | 301 | 0 | 72 | 4 | 25 | 460 | 64 | 70 |
| Binary | 11001001 | 1010100 | 11000001 | 0 | 111010 | 100 | 10101 | 100110000 | 110100 | 111000 |
Color Harmonies of #C954C1
Complementary color
Monochromatic Colors of #C954C1
Black with #C954C1
Text Example
Text Example
White with #C954C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954C1; }
p { color: rgb(201,84,193); }
H1.HeaderClassName
{
color: #C954C1;
}
.AnyTagClassName
{
color: #C954C1;
}
</style>
background-color css
<style>
a { background-color: #C954C1; }
a { background-color: rgb(201,84,193); }
div.DivClassName
{
background-color: #C954C1;
}
.BgClassName
{
background-color: #C954C1;
}
</style>
border-color css
<style>
span { border-color: #C954C1; }
span { border-color: rgb(201,84,193); }
td.TdClassName
{
border-color: #C954C1;
}
.TagClassName
{
border-color: #C954C1;
}
</style>