Shades of Fuchsia #C335BA
Tints of Fuchsia #C335BA
RGB
CMYK
RGB Variations
Color information
#C335BA (or 0xC335BA) is known color: Fuchsia. HEX triplet: C3, 35 and BA. RGB value is (195,53,186). Sum of RGB (Red+Green+Blue) = 195+53+186=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C335BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335BA is #3CCA45. Grayscale: #6E6E6E. Windows color (decimal): -3983942 or 12203459. OLE color: 12203459.
HSL color Cylindrical-coordinate representation of color #C335BA: hue angle of 303.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335BA is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 186 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.24 |
| HSL | 303.8º | 0.57% | 0.49% | - |
| HSV(B) | 303.8º | 0.73% | 0.76% | - |
| XYZ | 32.64 | 17.69 | 48.15 | - |
| YUV | 110.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 186 | 0 | 0.73 | 0.05 | 0.24 | 303.8 | 0.57 | 0.49 |
| Hex | C3 | 35 | BA | 0 | 49 | 5 | 18 | 130 | 39 | 31 |
| Octal | 303 | 65 | 272 | 0 | 111 | 5 | 30 | 460 | 71 | 61 |
| Binary | 11000011 | 110101 | 10111010 | 0 | 1001001 | 101 | 11000 | 100110000 | 111001 | 110001 |
Color Harmonies of #C335BA
Complementary color
Monochromatic Colors of #C335BA
Black with #C335BA
Text Example
Text Example
White with #C335BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335BA; }
p { color: rgb(195,53,186); }
H1.HeaderClassName
{
color: #C335BA;
}
.AnyTagClassName
{
color: #C335BA;
}
</style>
background-color css
<style>
a { background-color: #C335BA; }
a { background-color: rgb(195,53,186); }
div.DivClassName
{
background-color: #C335BA;
}
.BgClassName
{
background-color: #C335BA;
}
</style>
border-color css
<style>
span { border-color: #C335BA; }
span { border-color: rgb(195,53,186); }
td.TdClassName
{
border-color: #C335BA;
}
.TagClassName
{
border-color: #C335BA;
}
</style>