Shades of Fuchsia #C54CCF
Tints of Fuchsia #C54CCF
RGB
CMYK
RGB Variations
Color information
#C54CCF (or 0xC54CCF) is known color: Fuchsia. HEX triplet: C5, 4C and CF. RGB value is (197,76,207). Sum of RGB (Red+Green+Blue) = 197+76+207=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C54CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCF is #3AB330. Grayscale: #7E7E7E. Windows color (decimal): -3846961 or 13585605. OLE color: 13585605.
HSL color Cylindrical-coordinate representation of color #C54CCF: hue angle of 295.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54CCF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 76 | 207 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.19 |
| HSL | 295.42º | 0.58% | 0.55% | - |
| HSV(B) | 295.42º | 0.63% | 0.81% | - |
| XYZ | 36.87 | 21.54 | 61.25 | - |
| YUV | 127.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 207 | 0.05 | 0.63 | 0 | 0.19 | 295.42 | 0.58 | 0.55 |
| Hex | C5 | 4C | CF | 5 | 3F | 0 | 13 | 127 | 3A | 37 |
| Octal | 305 | 114 | 317 | 5 | 77 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000101 | 1001100 | 11001111 | 101 | 111111 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C54CCF
Complementary color
Monochromatic Colors of #C54CCF
Black with #C54CCF
Text Example
Text Example
White with #C54CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CCF; }
p { color: rgb(197,76,207); }
H1.HeaderClassName
{
color: #C54CCF;
}
.AnyTagClassName
{
color: #C54CCF;
}
</style>
background-color css
<style>
a { background-color: #C54CCF; }
a { background-color: rgb(197,76,207); }
div.DivClassName
{
background-color: #C54CCF;
}
.BgClassName
{
background-color: #C54CCF;
}
</style>
border-color css
<style>
span { border-color: #C54CCF; }
span { border-color: rgb(197,76,207); }
td.TdClassName
{
border-color: #C54CCF;
}
.TagClassName
{
border-color: #C54CCF;
}
</style>