Shades of Fuchsia #C548CF
Tints of Fuchsia #C548CF
RGB
CMYK
RGB Variations
Color information
#C548CF (or 0xC548CF) is known color: Fuchsia. HEX triplet: C5, 48 and CF. RGB value is (197,72,207). Sum of RGB (Red+Green+Blue) = 197+72+207=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C548CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548CF is #3AB730. Grayscale: #7C7C7C. Windows color (decimal): -3847985 or 13584581. OLE color: 13584581.
HSL color Cylindrical-coordinate representation of color #C548CF: hue angle of 295.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C548CF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 72 | 207 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.56º | 0.58% | 0.55% | - |
| HSV(B) | 295.56º | 0.65% | 0.81% | - |
| XYZ | 36.61 | 21.01 | 61.16 | - |
| YUV | 124.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 207 | 0.05 | 0.65 | 0 | 0.19 | 295.56 | 0.58 | 0.55 |
| Hex | C5 | 48 | CF | 5 | 41 | 0 | 13 | 128 | 3A | 37 |
| Octal | 305 | 110 | 317 | 5 | 101 | 0 | 23 | 450 | 72 | 67 |
| Binary | 11000101 | 1001000 | 11001111 | 101 | 1000001 | 0 | 10011 | 100101000 | 111010 | 110111 |
Color Harmonies of #C548CF
Complementary color
Monochromatic Colors of #C548CF
Black with #C548CF
Text Example
Text Example
White with #C548CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548CF; }
p { color: rgb(197,72,207); }
H1.HeaderClassName
{
color: #C548CF;
}
.AnyTagClassName
{
color: #C548CF;
}
</style>
background-color css
<style>
a { background-color: #C548CF; }
a { background-color: rgb(197,72,207); }
div.DivClassName
{
background-color: #C548CF;
}
.BgClassName
{
background-color: #C548CF;
}
</style>
border-color css
<style>
span { border-color: #C548CF; }
span { border-color: rgb(197,72,207); }
td.TdClassName
{
border-color: #C548CF;
}
.TagClassName
{
border-color: #C548CF;
}
</style>