Shades of Fuchsia #C254B8
Tints of Fuchsia #C254B8
RGB
CMYK
RGB Variations
Color information
#C254B8 (or 0xC254B8) is known color: Fuchsia. HEX triplet: C2, 54 and B8. RGB value is (194,84,184). Sum of RGB (Red+Green+Blue) = 194+84+184=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C254B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254B8 is #3DAB47. Grayscale: #7F7F7F. Windows color (decimal): -4041544 or 12080322. OLE color: 12080322.
HSL color Cylindrical-coordinate representation of color #C254B8: hue angle of 305.45º 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 #C254B8 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 184 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.24 |
| HSL | 305.45º | 0.47% | 0.55% | - |
| HSV(B) | 305.45º | 0.57% | 0.76% | - |
| XYZ | 34.07 | 21.27 | 47.66 | - |
| YUV | 128.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 184 | 0 | 0.57 | 0.05 | 0.24 | 305.45 | 0.47 | 0.55 |
| Hex | C2 | 54 | B8 | 0 | 39 | 5 | 18 | 131 | 2F | 37 |
| Octal | 302 | 124 | 270 | 0 | 71 | 5 | 30 | 461 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10111000 | 0 | 111001 | 101 | 11000 | 100110001 | 101111 | 110111 |
Color Harmonies of #C254B8
Complementary color
Monochromatic Colors of #C254B8
Black with #C254B8
Text Example
Text Example
White with #C254B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254B8; }
p { color: rgb(194,84,184); }
H1.HeaderClassName
{
color: #C254B8;
}
.AnyTagClassName
{
color: #C254B8;
}
</style>
background-color css
<style>
a { background-color: #C254B8; }
a { background-color: rgb(194,84,184); }
div.DivClassName
{
background-color: #C254B8;
}
.BgClassName
{
background-color: #C254B8;
}
</style>
border-color css
<style>
span { border-color: #C254B8; }
span { border-color: rgb(194,84,184); }
td.TdClassName
{
border-color: #C254B8;
}
.TagClassName
{
border-color: #C254B8;
}
</style>