Shades of Fuchsia #C355B0
Tints of Fuchsia #C355B0
RGB
CMYK
RGB Variations
Color information
#C355B0 (or 0xC355B0) is known color: Fuchsia. HEX triplet: C3, 55 and B0. RGB value is (195,85,176). Sum of RGB (Red+Green+Blue) = 195+85+176=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C355B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355B0 is #3CAA4F. Grayscale: #808080. Windows color (decimal): -3975760 or 11556291. OLE color: 11556291.
HSL color Cylindrical-coordinate representation of color #C355B0: hue angle of 310.36º 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 #C355B0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 176 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.24 |
| HSL | 310.36º | 0.48% | 0.55% | - |
| HSV(B) | 310.36º | 0.56% | 0.76% | - |
| XYZ | 33.59 | 21.23 | 43.4 | - |
| YUV | 128.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 176 | 0 | 0.56 | 0.10 | 0.24 | 310.36 | 0.48 | 0.55 |
| Hex | C3 | 55 | B0 | 0 | 38 | A | 18 | 136 | 30 | 37 |
| Octal | 303 | 125 | 260 | 0 | 70 | 12 | 30 | 466 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10110000 | 0 | 111000 | 1010 | 11000 | 100110110 | 110000 | 110111 |
Color Harmonies of #C355B0
Complementary color
Monochromatic Colors of #C355B0
Black with #C355B0
Text Example
Text Example
White with #C355B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355B0; }
p { color: rgb(195,85,176); }
H1.HeaderClassName
{
color: #C355B0;
}
.AnyTagClassName
{
color: #C355B0;
}
</style>
background-color css
<style>
a { background-color: #C355B0; }
a { background-color: rgb(195,85,176); }
div.DivClassName
{
background-color: #C355B0;
}
.BgClassName
{
background-color: #C355B0;
}
</style>
border-color css
<style>
span { border-color: #C355B0; }
span { border-color: rgb(195,85,176); }
td.TdClassName
{
border-color: #C355B0;
}
.TagClassName
{
border-color: #C355B0;
}
</style>