Shades of Fuchsia #C542BE
Tints of Fuchsia #C542BE
RGB
CMYK
RGB Variations
Color information
#C542BE (or 0xC542BE) is known color: Fuchsia. HEX triplet: C5, 42 and BE. RGB value is (197,66,190). Sum of RGB (Red+Green+Blue) = 197+66+190=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C542BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542BE is #3ABD41. Grayscale: #767676. Windows color (decimal): -3849538 or 12468933. OLE color: 12468933.
HSL color Cylindrical-coordinate representation of color #C542BE: hue angle of 303.21º 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 #C542BE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 190 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.23 |
| HSL | 303.21º | 0.53% | 0.52% | - |
| HSV(B) | 303.21º | 0.66% | 0.77% | - |
| XYZ | 34.27 | 19.48 | 50.67 | - |
| YUV | 119.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 190 | 0 | 0.66 | 0.04 | 0.23 | 303.21 | 0.53 | 0.52 |
| Hex | C5 | 42 | BE | 0 | 42 | 4 | 17 | 12F | 35 | 34 |
| Octal | 305 | 102 | 276 | 0 | 102 | 4 | 27 | 457 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10111110 | 0 | 1000010 | 100 | 10111 | 100101111 | 110101 | 110100 |
Color Harmonies of #C542BE
Complementary color
Monochromatic Colors of #C542BE
Black with #C542BE
Text Example
Text Example
White with #C542BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542BE; }
p { color: rgb(197,66,190); }
H1.HeaderClassName
{
color: #C542BE;
}
.AnyTagClassName
{
color: #C542BE;
}
</style>
background-color css
<style>
a { background-color: #C542BE; }
a { background-color: rgb(197,66,190); }
div.DivClassName
{
background-color: #C542BE;
}
.BgClassName
{
background-color: #C542BE;
}
</style>
border-color css
<style>
span { border-color: #C542BE; }
span { border-color: rgb(197,66,190); }
td.TdClassName
{
border-color: #C542BE;
}
.TagClassName
{
border-color: #C542BE;
}
</style>