Shades of Fuchsia #C254C0
Tints of Fuchsia #C254C0
RGB
CMYK
RGB Variations
Color information
#C254C0 (or 0xC254C0) is known color: Fuchsia. HEX triplet: C2, 54 and C0. RGB value is (194,84,192). Sum of RGB (Red+Green+Blue) = 194+84+192=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C254C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254C0 is #3DAB3F. Grayscale: #808080. Windows color (decimal): -4041536 or 12604610. OLE color: 12604610.
HSL color Cylindrical-coordinate representation of color #C254C0: hue angle of 301.09º 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 #C254C0 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 192 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.24 |
| HSL | 301.09º | 0.47% | 0.55% | - |
| HSV(B) | 301.09º | 0.57% | 0.76% | - |
| XYZ | 34.93 | 21.62 | 52.2 | - |
| YUV | 129.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 192 | 0 | 0.57 | 0.01 | 0.24 | 301.09 | 0.47 | 0.55 |
| Hex | C2 | 54 | C0 | 0 | 39 | 1 | 18 | 12D | 2F | 37 |
| Octal | 302 | 124 | 300 | 0 | 71 | 1 | 30 | 455 | 57 | 67 |
| Binary | 11000010 | 1010100 | 11000000 | 0 | 111001 | 1 | 11000 | 100101101 | 101111 | 110111 |
Color Harmonies of #C254C0
Complementary color
Monochromatic Colors of #C254C0
Black with #C254C0
Text Example
Text Example
White with #C254C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254C0; }
p { color: rgb(194,84,192); }
H1.HeaderClassName
{
color: #C254C0;
}
.AnyTagClassName
{
color: #C254C0;
}
</style>
background-color css
<style>
a { background-color: #C254C0; }
a { background-color: rgb(194,84,192); }
div.DivClassName
{
background-color: #C254C0;
}
.BgClassName
{
background-color: #C254C0;
}
</style>
border-color css
<style>
span { border-color: #C254C0; }
span { border-color: rgb(194,84,192); }
td.TdClassName
{
border-color: #C254C0;
}
.TagClassName
{
border-color: #C254C0;
}
</style>