Shades of Fuchsia #C542CC
Tints of Fuchsia #C542CC
RGB
CMYK
RGB Variations
Color information
#C542CC (or 0xC542CC) is known color: Fuchsia. HEX triplet: C5, 42 and CC. RGB value is (197,66,204). Sum of RGB (Red+Green+Blue) = 197+66+204=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C542CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542CC is #3ABD33. Grayscale: #787878. Windows color (decimal): -3849524 or 13386437. OLE color: 13386437.
HSL color Cylindrical-coordinate representation of color #C542CC: hue angle of 296.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C542CC is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 66 | 204 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.2 |
| HSL | 296.96º | 0.58% | 0.53% | - |
| HSV(B) | 296.96º | 0.68% | 0.8% | - |
| XYZ | 35.87 | 20.13 | 59.12 | - |
| YUV | 120.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 204 | 0.03 | 0.68 | 0 | 0.2 | 296.96 | 0.58 | 0.53 |
| Hex | C5 | 42 | CC | 3 | 44 | 0 | 14 | 129 | 3A | 35 |
| Octal | 305 | 102 | 314 | 3 | 104 | 0 | 24 | 451 | 72 | 65 |
| Binary | 11000101 | 1000010 | 11001100 | 11 | 1000100 | 0 | 10100 | 100101001 | 111010 | 110101 |
Color Harmonies of #C542CC
Complementary color
Monochromatic Colors of #C542CC
Black with #C542CC
Text Example
Text Example
White with #C542CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542CC; }
p { color: rgb(197,66,204); }
H1.HeaderClassName
{
color: #C542CC;
}
.AnyTagClassName
{
color: #C542CC;
}
</style>
background-color css
<style>
a { background-color: #C542CC; }
a { background-color: rgb(197,66,204); }
div.DivClassName
{
background-color: #C542CC;
}
.BgClassName
{
background-color: #C542CC;
}
</style>
border-color css
<style>
span { border-color: #C542CC; }
span { border-color: rgb(197,66,204); }
td.TdClassName
{
border-color: #C542CC;
}
.TagClassName
{
border-color: #C542CC;
}
</style>