Shades of Fuchsia #C335C0
Tints of Fuchsia #C335C0
RGB
CMYK
RGB Variations
Color information
#C335C0 (or 0xC335C0) is known color: Fuchsia. HEX triplet: C3, 35 and C0. RGB value is (195,53,192). Sum of RGB (Red+Green+Blue) = 195+53+192=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C335C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335C0 is #3CCA3F. Grayscale: #6E6E6E. Windows color (decimal): -3983936 or 12596675. OLE color: 12596675.
HSL color Cylindrical-coordinate representation of color #C335C0: hue angle of 301.27º 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 #C335C0 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 192 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.24 |
| HSL | 301.27º | 0.57% | 0.49% | - |
| HSV(B) | 301.27º | 0.73% | 0.76% | - |
| XYZ | 33.29 | 17.95 | 51.58 | - |
| YUV | 111.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 192 | 0 | 0.73 | 0.02 | 0.24 | 301.27 | 0.57 | 0.49 |
| Hex | C3 | 35 | C0 | 0 | 49 | 2 | 18 | 12D | 39 | 31 |
| Octal | 303 | 65 | 300 | 0 | 111 | 2 | 30 | 455 | 71 | 61 |
| Binary | 11000011 | 110101 | 11000000 | 0 | 1001001 | 10 | 11000 | 100101101 | 111001 | 110001 |
Color Harmonies of #C335C0
Complementary color
Monochromatic Colors of #C335C0
Black with #C335C0
Text Example
Text Example
White with #C335C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335C0; }
p { color: rgb(195,53,192); }
H1.HeaderClassName
{
color: #C335C0;
}
.AnyTagClassName
{
color: #C335C0;
}
</style>
background-color css
<style>
a { background-color: #C335C0; }
a { background-color: rgb(195,53,192); }
div.DivClassName
{
background-color: #C335C0;
}
.BgClassName
{
background-color: #C335C0;
}
</style>
border-color css
<style>
span { border-color: #C335C0; }
span { border-color: rgb(195,53,192); }
td.TdClassName
{
border-color: #C335C0;
}
.TagClassName
{
border-color: #C335C0;
}
</style>