Shades of Fuchsia #C355BC
Tints of Fuchsia #C355BC
RGB
CMYK
RGB Variations
Color information
#C355BC (or 0xC355BC) is known color: Fuchsia. HEX triplet: C3, 55 and BC. RGB value is (195,85,188). Sum of RGB (Red+Green+Blue) = 195+85+188=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C355BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355BC is #3CAA43. Grayscale: #818181. Windows color (decimal): -3975748 or 12342723. OLE color: 12342723.
HSL color Cylindrical-coordinate representation of color #C355BC: hue angle of 303.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C355BC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 188 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.24 |
| HSL | 303.82º | 0.48% | 0.55% | - |
| HSV(B) | 303.82º | 0.56% | 0.76% | - |
| XYZ | 34.83 | 21.73 | 49.94 | - |
| YUV | 129.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 188 | 0 | 0.56 | 0.04 | 0.24 | 303.82 | 0.48 | 0.55 |
| Hex | C3 | 55 | BC | 0 | 38 | 4 | 18 | 130 | 30 | 37 |
| Octal | 303 | 125 | 274 | 0 | 70 | 4 | 30 | 460 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10111100 | 0 | 111000 | 100 | 11000 | 100110000 | 110000 | 110111 |
Color Harmonies of #C355BC
Complementary color
Monochromatic Colors of #C355BC
Black with #C355BC
Text Example
Text Example
White with #C355BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355BC; }
p { color: rgb(195,85,188); }
H1.HeaderClassName
{
color: #C355BC;
}
.AnyTagClassName
{
color: #C355BC;
}
</style>
background-color css
<style>
a { background-color: #C355BC; }
a { background-color: rgb(195,85,188); }
div.DivClassName
{
background-color: #C355BC;
}
.BgClassName
{
background-color: #C355BC;
}
</style>
border-color css
<style>
span { border-color: #C355BC; }
span { border-color: rgb(195,85,188); }
td.TdClassName
{
border-color: #C355BC;
}
.TagClassName
{
border-color: #C355BC;
}
</style>