Shades of Fuchsia #C054C2
Tints of Fuchsia #C054C2
RGB
CMYK
RGB Variations
Color information
#C054C2 (or 0xC054C2) is known color: Fuchsia. HEX triplet: C0, 54 and C2. RGB value is (192,84,194). Sum of RGB (Red+Green+Blue) = 192+84+194=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #C054C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054C2 is #3FAB3D. Grayscale: #808080. Windows color (decimal): -4172606 or 12735680. OLE color: 12735680.
HSL color Cylindrical-coordinate representation of color #C054C2: hue angle of 298.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C054C2 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 84 | 194 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.24 |
| HSL | 298.91º | 0.47% | 0.55% | - |
| HSV(B) | 298.91º | 0.57% | 0.76% | - |
| XYZ | 34.65 | 21.44 | 53.35 | - |
| YUV | 128.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 194 | 0.01 | 0.57 | 0 | 0.24 | 298.91 | 0.47 | 0.55 |
| Hex | C0 | 54 | C2 | 1 | 39 | 0 | 18 | 12B | 2F | 37 |
| Octal | 300 | 124 | 302 | 1 | 71 | 0 | 30 | 453 | 57 | 67 |
| Binary | 11000000 | 1010100 | 11000010 | 1 | 111001 | 0 | 11000 | 100101011 | 101111 | 110111 |
Color Harmonies of #C054C2
Complementary color
Monochromatic Colors of #C054C2
Black with #C054C2
Text Example
Text Example
White with #C054C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054C2; }
p { color: rgb(192,84,194); }
H1.HeaderClassName
{
color: #C054C2;
}
.AnyTagClassName
{
color: #C054C2;
}
</style>
background-color css
<style>
a { background-color: #C054C2; }
a { background-color: rgb(192,84,194); }
div.DivClassName
{
background-color: #C054C2;
}
.BgClassName
{
background-color: #C054C2;
}
</style>
border-color css
<style>
span { border-color: #C054C2; }
span { border-color: rgb(192,84,194); }
td.TdClassName
{
border-color: #C054C2;
}
.TagClassName
{
border-color: #C054C2;
}
</style>