Shades of Fuchsia #C355BE
Tints of Fuchsia #C355BE
RGB
CMYK
RGB Variations
Color information
#C355BE (or 0xC355BE) is known color: Fuchsia. HEX triplet: C3, 55 and BE. RGB value is (195,85,190). Sum of RGB (Red+Green+Blue) = 195+85+190=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C355BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355BE is #3CAA41. Grayscale: #818181. Windows color (decimal): -3975746 or 12473795. OLE color: 12473795.
HSL color Cylindrical-coordinate representation of color #C355BE: hue angle of 302.73º 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 #C355BE is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 190 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.24 |
| HSL | 302.73º | 0.48% | 0.55% | - |
| HSV(B) | 302.73º | 0.56% | 0.76% | - |
| XYZ | 35.05 | 21.82 | 51.08 | - |
| YUV | 129.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 190 | 0 | 0.56 | 0.03 | 0.24 | 302.73 | 0.48 | 0.55 |
| Hex | C3 | 55 | BE | 0 | 38 | 3 | 18 | 12F | 30 | 37 |
| Octal | 303 | 125 | 276 | 0 | 70 | 3 | 30 | 457 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10111110 | 0 | 111000 | 11 | 11000 | 100101111 | 110000 | 110111 |
Color Harmonies of #C355BE
Complementary color
Monochromatic Colors of #C355BE
Black with #C355BE
Text Example
Text Example
White with #C355BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355BE; }
p { color: rgb(195,85,190); }
H1.HeaderClassName
{
color: #C355BE;
}
.AnyTagClassName
{
color: #C355BE;
}
</style>
background-color css
<style>
a { background-color: #C355BE; }
a { background-color: rgb(195,85,190); }
div.DivClassName
{
background-color: #C355BE;
}
.BgClassName
{
background-color: #C355BE;
}
</style>
border-color css
<style>
span { border-color: #C355BE; }
span { border-color: rgb(195,85,190); }
td.TdClassName
{
border-color: #C355BE;
}
.TagClassName
{
border-color: #C355BE;
}
</style>