Shades of Fuchsia #C254B6
Tints of Fuchsia #C254B6
RGB
CMYK
RGB Variations
Color information
#C254B6 (or 0xC254B6) is known color: Fuchsia. HEX triplet: C2, 54 and B6. RGB value is (194,84,182). Sum of RGB (Red+Green+Blue) = 194+84+182=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C254B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254B6 is #3DAB49. Grayscale: #7F7F7F. Windows color (decimal): -4041546 or 11949250. OLE color: 11949250.
HSL color Cylindrical-coordinate representation of color #C254B6: hue angle of 306.55º 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 #C254B6 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 182 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.24 |
| HSL | 306.55º | 0.47% | 0.55% | - |
| HSV(B) | 306.55º | 0.57% | 0.76% | - |
| XYZ | 33.86 | 21.19 | 46.56 | - |
| YUV | 128.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 182 | 0 | 0.57 | 0.06 | 0.24 | 306.55 | 0.47 | 0.55 |
| Hex | C2 | 54 | B6 | 0 | 39 | 6 | 18 | 133 | 2F | 37 |
| Octal | 302 | 124 | 266 | 0 | 71 | 6 | 30 | 463 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10110110 | 0 | 111001 | 110 | 11000 | 100110011 | 101111 | 110111 |
Color Harmonies of #C254B6
Complementary color
Monochromatic Colors of #C254B6
Black with #C254B6
Text Example
Text Example
White with #C254B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254B6; }
p { color: rgb(194,84,182); }
H1.HeaderClassName
{
color: #C254B6;
}
.AnyTagClassName
{
color: #C254B6;
}
</style>
background-color css
<style>
a { background-color: #C254B6; }
a { background-color: rgb(194,84,182); }
div.DivClassName
{
background-color: #C254B6;
}
.BgClassName
{
background-color: #C254B6;
}
</style>
border-color css
<style>
span { border-color: #C254B6; }
span { border-color: rgb(194,84,182); }
td.TdClassName
{
border-color: #C254B6;
}
.TagClassName
{
border-color: #C254B6;
}
</style>