Shades of Fuchsia #C254BC
Tints of Fuchsia #C254BC
RGB
CMYK
RGB Variations
Color information
#C254BC (or 0xC254BC) is known color: Fuchsia. HEX triplet: C2, 54 and BC. RGB value is (194,84,188). Sum of RGB (Red+Green+Blue) = 194+84+188=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C254BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254BC is #3DAB43. Grayscale: #808080. Windows color (decimal): -4041540 or 12342466. OLE color: 12342466.
HSL color Cylindrical-coordinate representation of color #C254BC: hue angle of 303.27º 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 #C254BC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 188 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.24 |
| HSL | 303.27º | 0.47% | 0.55% | - |
| HSV(B) | 303.27º | 0.57% | 0.76% | - |
| XYZ | 34.5 | 21.44 | 49.9 | - |
| YUV | 128.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 188 | 0 | 0.57 | 0.03 | 0.24 | 303.27 | 0.47 | 0.55 |
| Hex | C2 | 54 | BC | 0 | 39 | 3 | 18 | 12F | 2F | 37 |
| Octal | 302 | 124 | 274 | 0 | 71 | 3 | 30 | 457 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10111100 | 0 | 111001 | 11 | 11000 | 100101111 | 101111 | 110111 |
Color Harmonies of #C254BC
Complementary color
Monochromatic Colors of #C254BC
Black with #C254BC
Text Example
Text Example
White with #C254BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254BC; }
p { color: rgb(194,84,188); }
H1.HeaderClassName
{
color: #C254BC;
}
.AnyTagClassName
{
color: #C254BC;
}
</style>
background-color css
<style>
a { background-color: #C254BC; }
a { background-color: rgb(194,84,188); }
div.DivClassName
{
background-color: #C254BC;
}
.BgClassName
{
background-color: #C254BC;
}
</style>
border-color css
<style>
span { border-color: #C254BC; }
span { border-color: rgb(194,84,188); }
td.TdClassName
{
border-color: #C254BC;
}
.TagClassName
{
border-color: #C254BC;
}
</style>