Shades of Fuchsia #C355BB
Tints of Fuchsia #C355BB
RGB
CMYK
RGB Variations
Color information
#C355BB (or 0xC355BB) is known color: Fuchsia. HEX triplet: C3, 55 and BB. RGB value is (195,85,187). Sum of RGB (Red+Green+Blue) = 195+85+187=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C355BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355BB is #3CAA44. Grayscale: #818181. Windows color (decimal): -3975749 or 12277187. OLE color: 12277187.
HSL color Cylindrical-coordinate representation of color #C355BB: hue angle of 304.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 #C355BB is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 187 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.24 |
| HSL | 304.36º | 0.48% | 0.55% | - |
| HSV(B) | 304.36º | 0.56% | 0.76% | - |
| XYZ | 34.72 | 21.69 | 49.37 | - |
| YUV | 129.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 187 | 0 | 0.56 | 0.04 | 0.24 | 304.36 | 0.48 | 0.55 |
| Hex | C3 | 55 | BB | 0 | 38 | 4 | 18 | 130 | 30 | 37 |
| Octal | 303 | 125 | 273 | 0 | 70 | 4 | 30 | 460 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10111011 | 0 | 111000 | 100 | 11000 | 100110000 | 110000 | 110111 |
Color Harmonies of #C355BB
Complementary color
Monochromatic Colors of #C355BB
Black with #C355BB
Text Example
Text Example
White with #C355BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355BB; }
p { color: rgb(195,85,187); }
H1.HeaderClassName
{
color: #C355BB;
}
.AnyTagClassName
{
color: #C355BB;
}
</style>
background-color css
<style>
a { background-color: #C355BB; }
a { background-color: rgb(195,85,187); }
div.DivClassName
{
background-color: #C355BB;
}
.BgClassName
{
background-color: #C355BB;
}
</style>
border-color css
<style>
span { border-color: #C355BB; }
span { border-color: rgb(195,85,187); }
td.TdClassName
{
border-color: #C355BB;
}
.TagClassName
{
border-color: #C355BB;
}
</style>