Shades of Fuchsia #C54DBB
Tints of Fuchsia #C54DBB
RGB
CMYK
RGB Variations
Color information
#C54DBB (or 0xC54DBB) is known color: Fuchsia. HEX triplet: C5, 4D and BB. RGB value is (197,77,187). Sum of RGB (Red+Green+Blue) = 197+77+187=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DBB is #3AB244. Grayscale: #7D7D7D. Windows color (decimal): -3846725 or 12275141. OLE color: 12275141.
HSL color Cylindrical-coordinate representation of color #C54DBB: hue angle of 305º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54DBB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 187 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.23 |
| HSL | 305º | 0.51% | 0.54% | - |
| HSV(B) | 305º | 0.61% | 0.77% | - |
| XYZ | 34.65 | 20.77 | 49.2 | - |
| YUV | 125.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 187 | 0 | 0.61 | 0.05 | 0.23 | 305 | 0.51 | 0.54 |
| Hex | C5 | 4D | BB | 0 | 3D | 5 | 17 | 131 | 33 | 36 |
| Octal | 305 | 115 | 273 | 0 | 75 | 5 | 27 | 461 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10111011 | 0 | 111101 | 101 | 10111 | 100110001 | 110011 | 110110 |
Color Harmonies of #C54DBB
Complementary color
Monochromatic Colors of #C54DBB
Black with #C54DBB
Text Example
Text Example
White with #C54DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DBB; }
p { color: rgb(197,77,187); }
H1.HeaderClassName
{
color: #C54DBB;
}
.AnyTagClassName
{
color: #C54DBB;
}
</style>
background-color css
<style>
a { background-color: #C54DBB; }
a { background-color: rgb(197,77,187); }
div.DivClassName
{
background-color: #C54DBB;
}
.BgClassName
{
background-color: #C54DBB;
}
</style>
border-color css
<style>
span { border-color: #C54DBB; }
span { border-color: rgb(197,77,187); }
td.TdClassName
{
border-color: #C54DBB;
}
.TagClassName
{
border-color: #C54DBB;
}
</style>