Shades of Fuchsia #C35EBA
Tints of Fuchsia #C35EBA
RGB
CMYK
RGB Variations
Color information
#C35EBA (or 0xC35EBA) is known color: Fuchsia. HEX triplet: C3, 5E and BA. RGB value is (195,94,186). Sum of RGB (Red+Green+Blue) = 195+94+186=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EBA is #3CA145. Grayscale: #868686. Windows color (decimal): -3973446 or 12213955. OLE color: 12213955.
HSL color Cylindrical-coordinate representation of color #C35EBA: hue angle of 305.35º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35EBA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 186 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.24 |
| HSL | 305.35º | 0.46% | 0.57% | - |
| HSV(B) | 305.35º | 0.52% | 0.76% | - |
| XYZ | 35.37 | 23.15 | 49.06 | - |
| YUV | 134.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 186 | 0 | 0.52 | 0.05 | 0.24 | 305.35 | 0.46 | 0.57 |
| Hex | C3 | 5E | BA | 0 | 34 | 5 | 18 | 131 | 2E | 39 |
| Octal | 303 | 136 | 272 | 0 | 64 | 5 | 30 | 461 | 56 | 71 |
| Binary | 11000011 | 1011110 | 10111010 | 0 | 110100 | 101 | 11000 | 100110001 | 101110 | 111001 |
Color Harmonies of #C35EBA
Complementary color
Monochromatic Colors of #C35EBA
Black with #C35EBA
Text Example
Text Example
White with #C35EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EBA; }
p { color: rgb(195,94,186); }
H1.HeaderClassName
{
color: #C35EBA;
}
.AnyTagClassName
{
color: #C35EBA;
}
</style>
background-color css
<style>
a { background-color: #C35EBA; }
a { background-color: rgb(195,94,186); }
div.DivClassName
{
background-color: #C35EBA;
}
.BgClassName
{
background-color: #C35EBA;
}
</style>
border-color css
<style>
span { border-color: #C35EBA; }
span { border-color: rgb(195,94,186); }
td.TdClassName
{
border-color: #C35EBA;
}
.TagClassName
{
border-color: #C35EBA;
}
</style>