Shades of Fuchsia #C35CC0
Tints of Fuchsia #C35CC0
RGB
CMYK
RGB Variations
Color information
#C35CC0 (or 0xC35CC0) is known color: Fuchsia. HEX triplet: C3, 5C and C0. RGB value is (195,92,192). Sum of RGB (Red+Green+Blue) = 195+92+192=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CC0 is #3CA33F. Grayscale: #858585. Windows color (decimal): -3973952 or 12606659. OLE color: 12606659.
HSL color Cylindrical-coordinate representation of color #C35CC0: hue angle of 301.75º 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 #C35CC0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 192 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.24 |
| HSL | 301.75º | 0.46% | 0.56% | - |
| HSV(B) | 301.75º | 0.53% | 0.76% | - |
| XYZ | 35.85 | 23.06 | 52.43 | - |
| YUV | 134.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 192 | 0 | 0.53 | 0.02 | 0.24 | 301.75 | 0.46 | 0.56 |
| Hex | C3 | 5C | C0 | 0 | 35 | 2 | 18 | 12E | 2E | 38 |
| Octal | 303 | 134 | 300 | 0 | 65 | 2 | 30 | 456 | 56 | 70 |
| Binary | 11000011 | 1011100 | 11000000 | 0 | 110101 | 10 | 11000 | 100101110 | 101110 | 111000 |
Color Harmonies of #C35CC0
Complementary color
Monochromatic Colors of #C35CC0
Black with #C35CC0
Text Example
Text Example
White with #C35CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CC0; }
p { color: rgb(195,92,192); }
H1.HeaderClassName
{
color: #C35CC0;
}
.AnyTagClassName
{
color: #C35CC0;
}
</style>
background-color css
<style>
a { background-color: #C35CC0; }
a { background-color: rgb(195,92,192); }
div.DivClassName
{
background-color: #C35CC0;
}
.BgClassName
{
background-color: #C35CC0;
}
</style>
border-color css
<style>
span { border-color: #C35CC0; }
span { border-color: rgb(195,92,192); }
td.TdClassName
{
border-color: #C35CC0;
}
.TagClassName
{
border-color: #C35CC0;
}
</style>