Shades of Fuchsia #C548CD
Tints of Fuchsia #C548CD
RGB
CMYK
RGB Variations
Color information
#C548CD (or 0xC548CD) is known color: Fuchsia. HEX triplet: C5, 48 and CD. RGB value is (197,72,205). Sum of RGB (Red+Green+Blue) = 197+72+205=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C548CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548CD is #3AB732. Grayscale: #7C7C7C. Windows color (decimal): -3847987 or 13453509. OLE color: 13453509.
HSL color Cylindrical-coordinate representation of color #C548CD: hue angle of 296.39º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C548CD is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 72 | 205 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.20 |
| HSL | 296.39º | 0.57% | 0.54% | - |
| HSV(B) | 296.39º | 0.65% | 0.8% | - |
| XYZ | 36.36 | 20.91 | 59.88 | - |
| YUV | 124.54 | 173.41 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 205 | 0.04 | 0.65 | 0 | 0.20 | 296.39 | 0.57 | 0.54 |
| Hex | C5 | 48 | CD | 4 | 41 | 0 | 14 | 128 | 39 | 36 |
| Octal | 305 | 110 | 315 | 4 | 101 | 0 | 24 | 450 | 71 | 66 |
| Binary | 11000101 | 1001000 | 11001101 | 100 | 1000001 | 0 | 10100 | 100101000 | 111001 | 110110 |
Color Harmonies of #C548CD
Complementary color
Monochromatic Colors of #C548CD
Black with #C548CD
Text Example
Text Example
White with #C548CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548CD; }
p { color: rgb(197,72,205); }
H1.HeaderClassName
{
color: #C548CD;
}
.AnyTagClassName
{
color: #C548CD;
}
</style>
background-color css
<style>
a { background-color: #C548CD; }
a { background-color: rgb(197,72,205); }
div.DivClassName
{
background-color: #C548CD;
}
.BgClassName
{
background-color: #C548CD;
}
</style>
border-color css
<style>
span { border-color: #C548CD; }
span { border-color: rgb(197,72,205); }
td.TdClassName
{
border-color: #C548CD;
}
.TagClassName
{
border-color: #C548CD;
}
</style>