Shades of Fuchsia #C35CA8
Tints of Fuchsia #C35CA8
RGB
CMYK
RGB Variations
Color information
#C35CA8 (or 0xC35CA8) is known color: Fuchsia. HEX triplet: C3, 5C and A8. RGB value is (195,92,168). Sum of RGB (Red+Green+Blue) = 195+92+168=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35CA8 is #3CA357. Grayscale: #838383. Windows color (decimal): -3973976 or 11033795. OLE color: 11033795.
HSL color Cylindrical-coordinate representation of color #C35CA8: hue angle of 315.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35CA8 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 168 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.24 |
| HSL | 315.73º | 0.46% | 0.56% | - |
| HSV(B) | 315.73º | 0.53% | 0.76% | - |
| XYZ | 33.4 | 22.08 | 39.55 | - |
| YUV | 131.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 168 | 0 | 0.53 | 0.14 | 0.24 | 315.73 | 0.46 | 0.56 |
| Hex | C3 | 5C | A8 | 0 | 35 | E | 18 | 13C | 2E | 38 |
| Octal | 303 | 134 | 250 | 0 | 65 | 16 | 30 | 474 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10101000 | 0 | 110101 | 1110 | 11000 | 100111100 | 101110 | 111000 |
Color Harmonies of #C35CA8
Complementary color
Monochromatic Colors of #C35CA8
Black with #C35CA8
Text Example
Text Example
White with #C35CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CA8; }
p { color: rgb(195,92,168); }
H1.HeaderClassName
{
color: #C35CA8;
}
.AnyTagClassName
{
color: #C35CA8;
}
</style>
background-color css
<style>
a { background-color: #C35CA8; }
a { background-color: rgb(195,92,168); }
div.DivClassName
{
background-color: #C35CA8;
}
.BgClassName
{
background-color: #C35CA8;
}
</style>
border-color css
<style>
span { border-color: #C35CA8; }
span { border-color: rgb(195,92,168); }
td.TdClassName
{
border-color: #C35CA8;
}
.TagClassName
{
border-color: #C35CA8;
}
</style>