Shades of Fuchsia #C335BC
Tints of Fuchsia #C335BC
RGB
CMYK
RGB Variations
Color information
#C335BC (or 0xC335BC) is known color: Fuchsia. HEX triplet: C3, 35 and BC. RGB value is (195,53,188). Sum of RGB (Red+Green+Blue) = 195+53+188=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C335BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335BC is #3CCA43. Grayscale: #6E6E6E. Windows color (decimal): -3983940 or 12334531. OLE color: 12334531.
HSL color Cylindrical-coordinate representation of color #C335BC: hue angle of 302.96º 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 #C335BC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 188 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.24 |
| HSL | 302.96º | 0.57% | 0.49% | - |
| HSV(B) | 302.96º | 0.73% | 0.76% | - |
| XYZ | 32.86 | 17.78 | 49.28 | - |
| YUV | 110.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 188 | 0 | 0.73 | 0.04 | 0.24 | 302.96 | 0.57 | 0.49 |
| Hex | C3 | 35 | BC | 0 | 49 | 4 | 18 | 12F | 39 | 31 |
| Octal | 303 | 65 | 274 | 0 | 111 | 4 | 30 | 457 | 71 | 61 |
| Binary | 11000011 | 110101 | 10111100 | 0 | 1001001 | 100 | 11000 | 100101111 | 111001 | 110001 |
Color Harmonies of #C335BC
Complementary color
Monochromatic Colors of #C335BC
Black with #C335BC
Text Example
Text Example
White with #C335BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335BC; }
p { color: rgb(195,53,188); }
H1.HeaderClassName
{
color: #C335BC;
}
.AnyTagClassName
{
color: #C335BC;
}
</style>
background-color css
<style>
a { background-color: #C335BC; }
a { background-color: rgb(195,53,188); }
div.DivClassName
{
background-color: #C335BC;
}
.BgClassName
{
background-color: #C335BC;
}
</style>
border-color css
<style>
span { border-color: #C335BC; }
span { border-color: rgb(195,53,188); }
td.TdClassName
{
border-color: #C335BC;
}
.TagClassName
{
border-color: #C335BC;
}
</style>