Shades of Fuchsia #C354B3
Tints of Fuchsia #C354B3
RGB
CMYK
RGB Variations
Color information
#C354B3 (or 0xC354B3) is known color: Fuchsia. HEX triplet: C3, 54 and B3. RGB value is (195,84,179). Sum of RGB (Red+Green+Blue) = 195+84+179=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C354B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354B3 is #3CAB4C. Grayscale: #7F7F7F. Windows color (decimal): -3976013 or 11752643. OLE color: 11752643.
HSL color Cylindrical-coordinate representation of color #C354B3: hue angle of 308.65º 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 #C354B3 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 179 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.24 |
| HSL | 308.65º | 0.48% | 0.55% | - |
| HSV(B) | 308.65º | 0.57% | 0.76% | - |
| XYZ | 33.81 | 21.2 | 44.96 | - |
| YUV | 128.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 179 | 0 | 0.57 | 0.08 | 0.24 | 308.65 | 0.48 | 0.55 |
| Hex | C3 | 54 | B3 | 0 | 39 | 8 | 18 | 135 | 30 | 37 |
| Octal | 303 | 124 | 263 | 0 | 71 | 10 | 30 | 465 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10110011 | 0 | 111001 | 1000 | 11000 | 100110101 | 110000 | 110111 |
Color Harmonies of #C354B3
Complementary color
Monochromatic Colors of #C354B3
Black with #C354B3
Text Example
Text Example
White with #C354B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354B3; }
p { color: rgb(195,84,179); }
H1.HeaderClassName
{
color: #C354B3;
}
.AnyTagClassName
{
color: #C354B3;
}
</style>
background-color css
<style>
a { background-color: #C354B3; }
a { background-color: rgb(195,84,179); }
div.DivClassName
{
background-color: #C354B3;
}
.BgClassName
{
background-color: #C354B3;
}
</style>
border-color css
<style>
span { border-color: #C354B3; }
span { border-color: rgb(195,84,179); }
td.TdClassName
{
border-color: #C354B3;
}
.TagClassName
{
border-color: #C354B3;
}
</style>