Shades of Fuchsia #C542B1
Tints of Fuchsia #C542B1
RGB
CMYK
RGB Variations
Color information
#C542B1 (or 0xC542B1) is known color: Fuchsia. HEX triplet: C5, 42 and B1. RGB value is (197,66,177). Sum of RGB (Red+Green+Blue) = 197+66+177=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C542B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542B1 is #3ABD4E. Grayscale: #757575. Windows color (decimal): -3849551 or 11616965. OLE color: 11616965.
HSL color Cylindrical-coordinate representation of color #C542B1: hue angle of 309.16º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C542B1 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 177 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.23 |
| HSL | 309.16º | 0.53% | 0.52% | - |
| HSV(B) | 309.16º | 0.66% | 0.77% | - |
| XYZ | 32.91 | 18.94 | 43.52 | - |
| YUV | 117.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 177 | 0 | 0.66 | 0.10 | 0.23 | 309.16 | 0.53 | 0.52 |
| Hex | C5 | 42 | B1 | 0 | 42 | A | 17 | 135 | 35 | 34 |
| Octal | 305 | 102 | 261 | 0 | 102 | 12 | 27 | 465 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10110001 | 0 | 1000010 | 1010 | 10111 | 100110101 | 110101 | 110100 |
Color Harmonies of #C542B1
Complementary color
Monochromatic Colors of #C542B1
Black with #C542B1
Text Example
Text Example
White with #C542B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542B1; }
p { color: rgb(197,66,177); }
H1.HeaderClassName
{
color: #C542B1;
}
.AnyTagClassName
{
color: #C542B1;
}
</style>
background-color css
<style>
a { background-color: #C542B1; }
a { background-color: rgb(197,66,177); }
div.DivClassName
{
background-color: #C542B1;
}
.BgClassName
{
background-color: #C542B1;
}
</style>
border-color css
<style>
span { border-color: #C542B1; }
span { border-color: rgb(197,66,177); }
td.TdClassName
{
border-color: #C542B1;
}
.TagClassName
{
border-color: #C542B1;
}
</style>