Shades of Fuchsia #C254B0
Tints of Fuchsia #C254B0
RGB
CMYK
RGB Variations
Color information
#C254B0 (or 0xC254B0) is known color: Fuchsia. HEX triplet: C2, 54 and B0. RGB value is (194,84,176). Sum of RGB (Red+Green+Blue) = 194+84+176=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C254B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254B0 is #3DAB4F. Grayscale: #7F7F7F. Windows color (decimal): -4041552 or 11556034. OLE color: 11556034.
HSL color Cylindrical-coordinate representation of color #C254B0: hue angle of 309.82º 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 #C254B0 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 176 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.24 |
| HSL | 309.82º | 0.47% | 0.55% | - |
| HSV(B) | 309.82º | 0.57% | 0.76% | - |
| XYZ | 33.25 | 20.94 | 43.36 | - |
| YUV | 127.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 176 | 0 | 0.57 | 0.09 | 0.24 | 309.82 | 0.47 | 0.55 |
| Hex | C2 | 54 | B0 | 0 | 39 | 9 | 18 | 136 | 2F | 37 |
| Octal | 302 | 124 | 260 | 0 | 71 | 11 | 30 | 466 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10110000 | 0 | 111001 | 1001 | 11000 | 100110110 | 101111 | 110111 |
Color Harmonies of #C254B0
Complementary color
Monochromatic Colors of #C254B0
Black with #C254B0
Text Example
Text Example
White with #C254B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254B0; }
p { color: rgb(194,84,176); }
H1.HeaderClassName
{
color: #C254B0;
}
.AnyTagClassName
{
color: #C254B0;
}
</style>
background-color css
<style>
a { background-color: #C254B0; }
a { background-color: rgb(194,84,176); }
div.DivClassName
{
background-color: #C254B0;
}
.BgClassName
{
background-color: #C254B0;
}
</style>
border-color css
<style>
span { border-color: #C254B0; }
span { border-color: rgb(194,84,176); }
td.TdClassName
{
border-color: #C254B0;
}
.TagClassName
{
border-color: #C254B0;
}
</style>