Shades of Fuchsia #C542B3
Tints of Fuchsia #C542B3
RGB
CMYK
RGB Variations
Color information
#C542B3 (or 0xC542B3) is known color: Fuchsia. HEX triplet: C5, 42 and B3. RGB value is (197,66,179). Sum of RGB (Red+Green+Blue) = 197+66+179=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C542B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542B3 is #3ABD4C. Grayscale: #757575. Windows color (decimal): -3849549 or 11748037. OLE color: 11748037.
HSL color Cylindrical-coordinate representation of color #C542B3: hue angle of 308.24º 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 #C542B3 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 179 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.23 |
| HSL | 308.24º | 0.53% | 0.52% | - |
| HSV(B) | 308.24º | 0.66% | 0.77% | - |
| XYZ | 33.11 | 19.02 | 44.57 | - |
| YUV | 118.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 179 | 0 | 0.66 | 0.09 | 0.23 | 308.24 | 0.53 | 0.52 |
| Hex | C5 | 42 | B3 | 0 | 42 | 9 | 17 | 134 | 35 | 34 |
| Octal | 305 | 102 | 263 | 0 | 102 | 11 | 27 | 464 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10110011 | 0 | 1000010 | 1001 | 10111 | 100110100 | 110101 | 110100 |
Color Harmonies of #C542B3
Complementary color
Monochromatic Colors of #C542B3
Black with #C542B3
Text Example
Text Example
White with #C542B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542B3; }
p { color: rgb(197,66,179); }
H1.HeaderClassName
{
color: #C542B3;
}
.AnyTagClassName
{
color: #C542B3;
}
</style>
background-color css
<style>
a { background-color: #C542B3; }
a { background-color: rgb(197,66,179); }
div.DivClassName
{
background-color: #C542B3;
}
.BgClassName
{
background-color: #C542B3;
}
</style>
border-color css
<style>
span { border-color: #C542B3; }
span { border-color: rgb(197,66,179); }
td.TdClassName
{
border-color: #C542B3;
}
.TagClassName
{
border-color: #C542B3;
}
</style>