Shades of Fuchsia #C354BB
Tints of Fuchsia #C354BB
RGB
CMYK
RGB Variations
Color information
#C354BB (or 0xC354BB) is known color: Fuchsia. HEX triplet: C3, 54 and BB. RGB value is (195,84,187). Sum of RGB (Red+Green+Blue) = 195+84+187=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C354BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354BB is #3CAB44. Grayscale: #808080. Windows color (decimal): -3976005 or 12276931. OLE color: 12276931.
HSL color Cylindrical-coordinate representation of color #C354BB: hue angle of 304.32º degrees, saturation: 0.48, 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 #C354BB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 187 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.24 |
| HSL | 304.32º | 0.48% | 0.55% | - |
| HSV(B) | 304.32º | 0.57% | 0.76% | - |
| XYZ | 34.65 | 21.53 | 49.34 | - |
| YUV | 128.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 187 | 0 | 0.57 | 0.04 | 0.24 | 304.32 | 0.48 | 0.55 |
| Hex | C3 | 54 | BB | 0 | 39 | 4 | 18 | 130 | 30 | 37 |
| Octal | 303 | 124 | 273 | 0 | 71 | 4 | 30 | 460 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10111011 | 0 | 111001 | 100 | 11000 | 100110000 | 110000 | 110111 |
Color Harmonies of #C354BB
Complementary color
Monochromatic Colors of #C354BB
Black with #C354BB
Text Example
Text Example
White with #C354BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354BB; }
p { color: rgb(195,84,187); }
H1.HeaderClassName
{
color: #C354BB;
}
.AnyTagClassName
{
color: #C354BB;
}
</style>
background-color css
<style>
a { background-color: #C354BB; }
a { background-color: rgb(195,84,187); }
div.DivClassName
{
background-color: #C354BB;
}
.BgClassName
{
background-color: #C354BB;
}
</style>
border-color css
<style>
span { border-color: #C354BB; }
span { border-color: rgb(195,84,187); }
td.TdClassName
{
border-color: #C354BB;
}
.TagClassName
{
border-color: #C354BB;
}
</style>