Shades of Fuchsia #C542C9
Tints of Fuchsia #C542C9
RGB
CMYK
RGB Variations
Color information
#C542C9 (or 0xC542C9) is known color: Fuchsia. HEX triplet: C5, 42 and C9. RGB value is (197,66,201). Sum of RGB (Red+Green+Blue) = 197+66+201=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #C542C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542C9 is #3ABD36. Grayscale: #787878. Windows color (decimal): -3849527 or 13189829. OLE color: 13189829.
HSL color Cylindrical-coordinate representation of color #C542C9: hue angle of 298.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C542C9 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 66 | 201 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.21 |
| HSL | 298.22º | 0.56% | 0.52% | - |
| HSV(B) | 298.22º | 0.67% | 0.79% | - |
| XYZ | 35.52 | 19.98 | 57.24 | - |
| YUV | 120.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 201 | 0.02 | 0.67 | 0 | 0.21 | 298.22 | 0.56 | 0.52 |
| Hex | C5 | 42 | C9 | 2 | 43 | 0 | 15 | 12A | 38 | 34 |
| Octal | 305 | 102 | 311 | 2 | 103 | 0 | 25 | 452 | 70 | 64 |
| Binary | 11000101 | 1000010 | 11001001 | 10 | 1000011 | 0 | 10101 | 100101010 | 111000 | 110100 |
Color Harmonies of #C542C9
Complementary color
Monochromatic Colors of #C542C9
Black with #C542C9
Text Example
Text Example
White with #C542C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542C9; }
p { color: rgb(197,66,201); }
H1.HeaderClassName
{
color: #C542C9;
}
.AnyTagClassName
{
color: #C542C9;
}
</style>
background-color css
<style>
a { background-color: #C542C9; }
a { background-color: rgb(197,66,201); }
div.DivClassName
{
background-color: #C542C9;
}
.BgClassName
{
background-color: #C542C9;
}
</style>
border-color css
<style>
span { border-color: #C542C9; }
span { border-color: rgb(197,66,201); }
td.TdClassName
{
border-color: #C542C9;
}
.TagClassName
{
border-color: #C542C9;
}
</style>