Shades of Fuchsia #C542BF
Tints of Fuchsia #C542BF
RGB
CMYK
RGB Variations
Color information
#C542BF (or 0xC542BF) is known color: Fuchsia. HEX triplet: C5, 42 and BF. RGB value is (197,66,191). Sum of RGB (Red+Green+Blue) = 197+66+191=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C542BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542BF is #3ABD40. Grayscale: #777777. Windows color (decimal): -3849537 or 12534469. OLE color: 12534469.
HSL color Cylindrical-coordinate representation of color #C542BF: hue angle of 302.75º 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 #C542BF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 191 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.23 |
| HSL | 302.75º | 0.53% | 0.52% | - |
| HSV(B) | 302.75º | 0.66% | 0.77% | - |
| XYZ | 34.38 | 19.53 | 51.25 | - |
| YUV | 119.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 191 | 0 | 0.66 | 0.03 | 0.23 | 302.75 | 0.53 | 0.52 |
| Hex | C5 | 42 | BF | 0 | 42 | 3 | 17 | 12F | 35 | 34 |
| Octal | 305 | 102 | 277 | 0 | 102 | 3 | 27 | 457 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10111111 | 0 | 1000010 | 11 | 10111 | 100101111 | 110101 | 110100 |
Color Harmonies of #C542BF
Complementary color
Monochromatic Colors of #C542BF
Black with #C542BF
Text Example
Text Example
White with #C542BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542BF; }
p { color: rgb(197,66,191); }
H1.HeaderClassName
{
color: #C542BF;
}
.AnyTagClassName
{
color: #C542BF;
}
</style>
background-color css
<style>
a { background-color: #C542BF; }
a { background-color: rgb(197,66,191); }
div.DivClassName
{
background-color: #C542BF;
}
.BgClassName
{
background-color: #C542BF;
}
</style>
border-color css
<style>
span { border-color: #C542BF; }
span { border-color: rgb(197,66,191); }
td.TdClassName
{
border-color: #C542BF;
}
.TagClassName
{
border-color: #C542BF;
}
</style>