Shades of Fuchsia #C335C6
Tints of Fuchsia #C335C6
RGB
CMYK
RGB Variations
Color information
#C335C6 (or 0xC335C6) is known color: Fuchsia. HEX triplet: C3, 35 and C6. RGB value is (195,53,198). Sum of RGB (Red+Green+Blue) = 195+53+198=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #C335C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335C6 is #3CCA39. Grayscale: #6F6F6F. Windows color (decimal): -3983930 or 12989891. OLE color: 12989891.
HSL color Cylindrical-coordinate representation of color #C335C6: hue angle of 298.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335C6 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 53 | 198 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.22 |
| HSL | 298.76º | 0.58% | 0.49% | - |
| HSV(B) | 298.76º | 0.73% | 0.78% | - |
| XYZ | 33.97 | 18.23 | 55.15 | - |
| YUV | 111.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 198 | 0.02 | 0.73 | 0 | 0.22 | 298.76 | 0.58 | 0.49 |
| Hex | C3 | 35 | C6 | 2 | 49 | 0 | 16 | 12B | 3A | 31 |
| Octal | 303 | 65 | 306 | 2 | 111 | 0 | 26 | 453 | 72 | 61 |
| Binary | 11000011 | 110101 | 11000110 | 10 | 1001001 | 0 | 10110 | 100101011 | 111010 | 110001 |
Color Harmonies of #C335C6
Complementary color
Monochromatic Colors of #C335C6
Black with #C335C6
Text Example
Text Example
White with #C335C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335C6; }
p { color: rgb(195,53,198); }
H1.HeaderClassName
{
color: #C335C6;
}
.AnyTagClassName
{
color: #C335C6;
}
</style>
background-color css
<style>
a { background-color: #C335C6; }
a { background-color: rgb(195,53,198); }
div.DivClassName
{
background-color: #C335C6;
}
.BgClassName
{
background-color: #C335C6;
}
</style>
border-color css
<style>
span { border-color: #C335C6; }
span { border-color: rgb(195,53,198); }
td.TdClassName
{
border-color: #C335C6;
}
.TagClassName
{
border-color: #C335C6;
}
</style>