Shades of Fuchsia #C335BB
Tints of Fuchsia #C335BB
RGB
CMYK
RGB Variations
Color information
#C335BB (or 0xC335BB) is known color: Fuchsia. HEX triplet: C3, 35 and BB. RGB value is (195,53,187). Sum of RGB (Red+Green+Blue) = 195+53+187=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C335BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335BB is #3CCA44. Grayscale: #6E6E6E. Windows color (decimal): -3983941 or 12268995. OLE color: 12268995.
HSL color Cylindrical-coordinate representation of color #C335BB: hue angle of 303.38º 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 #C335BB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 187 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.24 |
| HSL | 303.38º | 0.57% | 0.49% | - |
| HSV(B) | 303.38º | 0.73% | 0.76% | - |
| XYZ | 32.75 | 17.74 | 48.71 | - |
| YUV | 110.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 187 | 0 | 0.73 | 0.04 | 0.24 | 303.38 | 0.57 | 0.49 |
| Hex | C3 | 35 | BB | 0 | 49 | 4 | 18 | 12F | 39 | 31 |
| Octal | 303 | 65 | 273 | 0 | 111 | 4 | 30 | 457 | 71 | 61 |
| Binary | 11000011 | 110101 | 10111011 | 0 | 1001001 | 100 | 11000 | 100101111 | 111001 | 110001 |
Color Harmonies of #C335BB
Complementary color
Monochromatic Colors of #C335BB
Black with #C335BB
Text Example
Text Example
White with #C335BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335BB; }
p { color: rgb(195,53,187); }
H1.HeaderClassName
{
color: #C335BB;
}
.AnyTagClassName
{
color: #C335BB;
}
</style>
background-color css
<style>
a { background-color: #C335BB; }
a { background-color: rgb(195,53,187); }
div.DivClassName
{
background-color: #C335BB;
}
.BgClassName
{
background-color: #C335BB;
}
</style>
border-color css
<style>
span { border-color: #C335BB; }
span { border-color: rgb(195,53,187); }
td.TdClassName
{
border-color: #C335BB;
}
.TagClassName
{
border-color: #C335BB;
}
</style>