Shades of Fuchsia #C954C2
Tints of Fuchsia #C954C2
RGB
CMYK
RGB Variations
Color information
#C954C2 (or 0xC954C2) is known color: Fuchsia. HEX triplet: C9, 54 and C2. RGB value is (201,84,194). Sum of RGB (Red+Green+Blue) = 201+84+194=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C954C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954C2 is #36AB3D. Grayscale: #838383. Windows color (decimal): -3582782 or 12735689. OLE color: 12735689.
HSL color Cylindrical-coordinate representation of color #C954C2: hue angle of 303.59º 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 #C954C2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 194 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.21 |
| HSL | 303.59º | 0.52% | 0.56% | - |
| HSV(B) | 303.59º | 0.58% | 0.79% | - |
| XYZ | 37 | 22.65 | 53.46 | - |
| YUV | 131.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 194 | 0 | 0.58 | 0.03 | 0.21 | 303.59 | 0.52 | 0.56 |
| Hex | C9 | 54 | C2 | 0 | 3A | 3 | 15 | 130 | 34 | 38 |
| Octal | 311 | 124 | 302 | 0 | 72 | 3 | 25 | 460 | 64 | 70 |
| Binary | 11001001 | 1010100 | 11000010 | 0 | 111010 | 11 | 10101 | 100110000 | 110100 | 111000 |
Color Harmonies of #C954C2
Complementary color
Monochromatic Colors of #C954C2
Black with #C954C2
Text Example
Text Example
White with #C954C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954C2; }
p { color: rgb(201,84,194); }
H1.HeaderClassName
{
color: #C954C2;
}
.AnyTagClassName
{
color: #C954C2;
}
</style>
background-color css
<style>
a { background-color: #C954C2; }
a { background-color: rgb(201,84,194); }
div.DivClassName
{
background-color: #C954C2;
}
.BgClassName
{
background-color: #C954C2;
}
</style>
border-color css
<style>
span { border-color: #C954C2; }
span { border-color: rgb(201,84,194); }
td.TdClassName
{
border-color: #C954C2;
}
.TagClassName
{
border-color: #C954C2;
}
</style>