Shades of Fuchsia #C054C4
Tints of Fuchsia #C054C4
RGB
CMYK
RGB Variations
Color information
#C054C4 (or 0xC054C4) is known color: Fuchsia. HEX triplet: C0, 54 and C4. RGB value is (192,84,196). Sum of RGB (Red+Green+Blue) = 192+84+196=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #C054C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054C4 is #3FAB3B. Grayscale: #808080. Windows color (decimal): -4172604 or 12866752. OLE color: 12866752.
HSL color Cylindrical-coordinate representation of color #C054C4: hue angle of 297.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C054C4 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 84 | 196 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.23 |
| HSL | 297.86º | 0.49% | 0.55% | - |
| HSV(B) | 297.86º | 0.57% | 0.77% | - |
| XYZ | 34.87 | 21.53 | 54.54 | - |
| YUV | 129.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 196 | 0.02 | 0.57 | 0 | 0.23 | 297.86 | 0.49 | 0.55 |
| Hex | C0 | 54 | C4 | 2 | 39 | 0 | 17 | 12A | 31 | 37 |
| Octal | 300 | 124 | 304 | 2 | 71 | 0 | 27 | 452 | 61 | 67 |
| Binary | 11000000 | 1010100 | 11000100 | 10 | 111001 | 0 | 10111 | 100101010 | 110001 | 110111 |
Color Harmonies of #C054C4
Complementary color
Monochromatic Colors of #C054C4
Black with #C054C4
Text Example
Text Example
White with #C054C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054C4; }
p { color: rgb(192,84,196); }
H1.HeaderClassName
{
color: #C054C4;
}
.AnyTagClassName
{
color: #C054C4;
}
</style>
background-color css
<style>
a { background-color: #C054C4; }
a { background-color: rgb(192,84,196); }
div.DivClassName
{
background-color: #C054C4;
}
.BgClassName
{
background-color: #C054C4;
}
</style>
border-color css
<style>
span { border-color: #C054C4; }
span { border-color: rgb(192,84,196); }
td.TdClassName
{
border-color: #C054C4;
}
.TagClassName
{
border-color: #C054C4;
}
</style>