Shades of Fuchsia #C54FCE
Tints of Fuchsia #C54FCE
RGB
CMYK
RGB Variations
Color information
#C54FCE (or 0xC54FCE) is known color: Fuchsia. HEX triplet: C5, 4F and CE. RGB value is (197,79,206). Sum of RGB (Red+Green+Blue) = 197+79+206=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C54FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FCE is #3AB031. Grayscale: #808080. Windows color (decimal): -3846194 or 13520837. OLE color: 13520837.
HSL color Cylindrical-coordinate representation of color #C54FCE: hue angle of 295.75º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54FCE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 79 | 206 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.19 |
| HSL | 295.75º | 0.56% | 0.56% | - |
| HSV(B) | 295.75º | 0.62% | 0.81% | - |
| XYZ | 36.96 | 21.92 | 60.68 | - |
| YUV | 128.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 206 | 0.04 | 0.62 | 0 | 0.19 | 295.75 | 0.56 | 0.56 |
| Hex | C5 | 4F | CE | 4 | 3E | 0 | 13 | 128 | 38 | 38 |
| Octal | 305 | 117 | 316 | 4 | 76 | 0 | 23 | 450 | 70 | 70 |
| Binary | 11000101 | 1001111 | 11001110 | 100 | 111110 | 0 | 10011 | 100101000 | 111000 | 111000 |
Color Harmonies of #C54FCE
Complementary color
Monochromatic Colors of #C54FCE
Black with #C54FCE
Text Example
Text Example
White with #C54FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FCE; }
p { color: rgb(197,79,206); }
H1.HeaderClassName
{
color: #C54FCE;
}
.AnyTagClassName
{
color: #C54FCE;
}
</style>
background-color css
<style>
a { background-color: #C54FCE; }
a { background-color: rgb(197,79,206); }
div.DivClassName
{
background-color: #C54FCE;
}
.BgClassName
{
background-color: #C54FCE;
}
</style>
border-color css
<style>
span { border-color: #C54FCE; }
span { border-color: rgb(197,79,206); }
td.TdClassName
{
border-color: #C54FCE;
}
.TagClassName
{
border-color: #C54FCE;
}
</style>