Shades of Fuchsia #C354B5
Tints of Fuchsia #C354B5
RGB
CMYK
RGB Variations
Color information
#C354B5 (or 0xC354B5) is known color: Fuchsia. HEX triplet: C3, 54 and B5. RGB value is (195,84,181). Sum of RGB (Red+Green+Blue) = 195+84+181=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C354B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354B5 is #3CAB4A. Grayscale: #7F7F7F. Windows color (decimal): -3976011 or 11883715. OLE color: 11883715.
HSL color Cylindrical-coordinate representation of color #C354B5: hue angle of 307.57º 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 #C354B5 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 181 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.24 |
| HSL | 307.57º | 0.48% | 0.55% | - |
| HSV(B) | 307.57º | 0.57% | 0.76% | - |
| XYZ | 34.02 | 21.28 | 46.03 | - |
| YUV | 128.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 181 | 0 | 0.57 | 0.07 | 0.24 | 307.57 | 0.48 | 0.55 |
| Hex | C3 | 54 | B5 | 0 | 39 | 7 | 18 | 134 | 30 | 37 |
| Octal | 303 | 124 | 265 | 0 | 71 | 7 | 30 | 464 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10110101 | 0 | 111001 | 111 | 11000 | 100110100 | 110000 | 110111 |
Color Harmonies of #C354B5
Complementary color
Monochromatic Colors of #C354B5
Black with #C354B5
Text Example
Text Example
White with #C354B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354B5; }
p { color: rgb(195,84,181); }
H1.HeaderClassName
{
color: #C354B5;
}
.AnyTagClassName
{
color: #C354B5;
}
</style>
background-color css
<style>
a { background-color: #C354B5; }
a { background-color: rgb(195,84,181); }
div.DivClassName
{
background-color: #C354B5;
}
.BgClassName
{
background-color: #C354B5;
}
</style>
border-color css
<style>
span { border-color: #C354B5; }
span { border-color: rgb(195,84,181); }
td.TdClassName
{
border-color: #C354B5;
}
.TagClassName
{
border-color: #C354B5;
}
</style>