Shades of Fuchsia #C542CD
Tints of Fuchsia #C542CD
RGB
CMYK
RGB Variations
Color information
#C542CD (or 0xC542CD) is known color: Fuchsia. HEX triplet: C5, 42 and CD. RGB value is (197,66,205). Sum of RGB (Red+Green+Blue) = 197+66+205=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C542CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542CD is #3ABD32. Grayscale: #787878. Windows color (decimal): -3849523 or 13451973. OLE color: 13451973.
HSL color Cylindrical-coordinate representation of color #C542CD: hue angle of 296.55º degrees, saturation: 0.58, 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 #C542CD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 66 | 205 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.20 |
| HSL | 296.55º | 0.58% | 0.53% | - |
| HSV(B) | 296.55º | 0.68% | 0.8% | - |
| XYZ | 35.99 | 20.17 | 59.75 | - |
| YUV | 121.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 205 | 0.04 | 0.68 | 0 | 0.20 | 296.55 | 0.58 | 0.53 |
| Hex | C5 | 42 | CD | 4 | 44 | 0 | 14 | 129 | 3A | 35 |
| Octal | 305 | 102 | 315 | 4 | 104 | 0 | 24 | 451 | 72 | 65 |
| Binary | 11000101 | 1000010 | 11001101 | 100 | 1000100 | 0 | 10100 | 100101001 | 111010 | 110101 |
Color Harmonies of #C542CD
Complementary color
Monochromatic Colors of #C542CD
Black with #C542CD
Text Example
Text Example
White with #C542CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542CD; }
p { color: rgb(197,66,205); }
H1.HeaderClassName
{
color: #C542CD;
}
.AnyTagClassName
{
color: #C542CD;
}
</style>
background-color css
<style>
a { background-color: #C542CD; }
a { background-color: rgb(197,66,205); }
div.DivClassName
{
background-color: #C542CD;
}
.BgClassName
{
background-color: #C542CD;
}
</style>
border-color css
<style>
span { border-color: #C542CD; }
span { border-color: rgb(197,66,205); }
td.TdClassName
{
border-color: #C542CD;
}
.TagClassName
{
border-color: #C542CD;
}
</style>