Shades of Fuchsia #C546CD
Tints of Fuchsia #C546CD
RGB
CMYK
RGB Variations
Color information
#C546CD (or 0xC546CD) is known color: Fuchsia. HEX triplet: C5, 46 and CD. RGB value is (197,70,205). Sum of RGB (Red+Green+Blue) = 197+70+205=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #C546CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546CD is #3AB932. Grayscale: #7A7A7A. Windows color (decimal): -3848499 or 13452997. OLE color: 13452997.
HSL color Cylindrical-coordinate representation of color #C546CD: hue angle of 296.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C546CD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 70 | 205 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.20 |
| HSL | 296.44º | 0.57% | 0.54% | - |
| HSV(B) | 296.44º | 0.66% | 0.8% | - |
| XYZ | 36.24 | 20.66 | 59.84 | - |
| YUV | 123.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 205 | 0.04 | 0.66 | 0 | 0.20 | 296.44 | 0.57 | 0.54 |
| Hex | C5 | 46 | CD | 4 | 42 | 0 | 14 | 128 | 39 | 36 |
| Octal | 305 | 106 | 315 | 4 | 102 | 0 | 24 | 450 | 71 | 66 |
| Binary | 11000101 | 1000110 | 11001101 | 100 | 1000010 | 0 | 10100 | 100101000 | 111001 | 110110 |
Color Harmonies of #C546CD
Complementary color
Monochromatic Colors of #C546CD
Black with #C546CD
Text Example
Text Example
White with #C546CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546CD; }
p { color: rgb(197,70,205); }
H1.HeaderClassName
{
color: #C546CD;
}
.AnyTagClassName
{
color: #C546CD;
}
</style>
background-color css
<style>
a { background-color: #C546CD; }
a { background-color: rgb(197,70,205); }
div.DivClassName
{
background-color: #C546CD;
}
.BgClassName
{
background-color: #C546CD;
}
</style>
border-color css
<style>
span { border-color: #C546CD; }
span { border-color: rgb(197,70,205); }
td.TdClassName
{
border-color: #C546CD;
}
.TagClassName
{
border-color: #C546CD;
}
</style>