Shades of Fuchsia #C542BC
Tints of Fuchsia #C542BC
RGB
CMYK
RGB Variations
Color information
#C542BC (or 0xC542BC) is known color: Fuchsia. HEX triplet: C5, 42 and BC. RGB value is (197,66,188). Sum of RGB (Red+Green+Blue) = 197+66+188=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C542BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542BC is #3ABD43. Grayscale: #767676. Windows color (decimal): -3849540 or 12337861. OLE color: 12337861.
HSL color Cylindrical-coordinate representation of color #C542BC: hue angle of 304.12º 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 #C542BC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 188 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.23 |
| HSL | 304.12º | 0.53% | 0.52% | - |
| HSV(B) | 304.12º | 0.66% | 0.77% | - |
| XYZ | 34.05 | 19.4 | 49.53 | - |
| YUV | 119.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 188 | 0 | 0.66 | 0.05 | 0.23 | 304.12 | 0.53 | 0.52 |
| Hex | C5 | 42 | BC | 0 | 42 | 5 | 17 | 130 | 35 | 34 |
| Octal | 305 | 102 | 274 | 0 | 102 | 5 | 27 | 460 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10111100 | 0 | 1000010 | 101 | 10111 | 100110000 | 110101 | 110100 |
Color Harmonies of #C542BC
Complementary color
Monochromatic Colors of #C542BC
Black with #C542BC
Text Example
Text Example
White with #C542BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542BC; }
p { color: rgb(197,66,188); }
H1.HeaderClassName
{
color: #C542BC;
}
.AnyTagClassName
{
color: #C542BC;
}
</style>
background-color css
<style>
a { background-color: #C542BC; }
a { background-color: rgb(197,66,188); }
div.DivClassName
{
background-color: #C542BC;
}
.BgClassName
{
background-color: #C542BC;
}
</style>
border-color css
<style>
span { border-color: #C542BC; }
span { border-color: rgb(197,66,188); }
td.TdClassName
{
border-color: #C542BC;
}
.TagClassName
{
border-color: #C542BC;
}
</style>