Shades of Fuchsia #C335B9
Tints of Fuchsia #C335B9
RGB
CMYK
RGB Variations
Color information
#C335B9 (or 0xC335B9) is known color: Fuchsia. HEX triplet: C3, 35 and B9. RGB value is (195,53,185). Sum of RGB (Red+Green+Blue) = 195+53+185=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C335B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335B9 is #3CCA46. Grayscale: #6E6E6E. Windows color (decimal): -3983943 or 12137923. OLE color: 12137923.
HSL color Cylindrical-coordinate representation of color #C335B9: hue angle of 304.23º 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 #C335B9 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 185 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.24 |
| HSL | 304.23º | 0.57% | 0.49% | - |
| HSV(B) | 304.23º | 0.73% | 0.76% | - |
| XYZ | 32.54 | 17.65 | 47.59 | - |
| YUV | 110.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 185 | 0 | 0.73 | 0.05 | 0.24 | 304.23 | 0.57 | 0.49 |
| Hex | C3 | 35 | B9 | 0 | 49 | 5 | 18 | 130 | 39 | 31 |
| Octal | 303 | 65 | 271 | 0 | 111 | 5 | 30 | 460 | 71 | 61 |
| Binary | 11000011 | 110101 | 10111001 | 0 | 1001001 | 101 | 11000 | 100110000 | 111001 | 110001 |
Color Harmonies of #C335B9
Complementary color
Monochromatic Colors of #C335B9
Black with #C335B9
Text Example
Text Example
White with #C335B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335B9; }
p { color: rgb(195,53,185); }
H1.HeaderClassName
{
color: #C335B9;
}
.AnyTagClassName
{
color: #C335B9;
}
</style>
background-color css
<style>
a { background-color: #C335B9; }
a { background-color: rgb(195,53,185); }
div.DivClassName
{
background-color: #C335B9;
}
.BgClassName
{
background-color: #C335B9;
}
</style>
border-color css
<style>
span { border-color: #C335B9; }
span { border-color: rgb(195,53,185); }
td.TdClassName
{
border-color: #C335B9;
}
.TagClassName
{
border-color: #C335B9;
}
</style>