Shades of Fuchsia #C350C0
Tints of Fuchsia #C350C0
RGB
CMYK
RGB Variations
Color information
#C350C0 (or 0xC350C0) is known color: Fuchsia. HEX triplet: C3, 50 and C0. RGB value is (195,80,192). Sum of RGB (Red+Green+Blue) = 195+80+192=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C350C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350C0 is #3CAF3F. Grayscale: #7E7E7E. Windows color (decimal): -3977024 or 12603587. OLE color: 12603587.
HSL color Cylindrical-coordinate representation of color #C350C0: hue angle of 301.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350C0 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 192 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.24 |
| HSL | 301.57º | 0.49% | 0.54% | - |
| HSV(B) | 301.57º | 0.59% | 0.76% | - |
| XYZ | 34.89 | 21.15 | 52.11 | - |
| YUV | 127.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 192 | 0 | 0.59 | 0.02 | 0.24 | 301.57 | 0.49 | 0.54 |
| Hex | C3 | 50 | C0 | 0 | 3B | 2 | 18 | 12E | 31 | 36 |
| Octal | 303 | 120 | 300 | 0 | 73 | 2 | 30 | 456 | 61 | 66 |
| Binary | 11000011 | 1010000 | 11000000 | 0 | 111011 | 10 | 11000 | 100101110 | 110001 | 110110 |
Color Harmonies of #C350C0
Complementary color
Monochromatic Colors of #C350C0
Black with #C350C0
Text Example
Text Example
White with #C350C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350C0; }
p { color: rgb(195,80,192); }
H1.HeaderClassName
{
color: #C350C0;
}
.AnyTagClassName
{
color: #C350C0;
}
</style>
background-color css
<style>
a { background-color: #C350C0; }
a { background-color: rgb(195,80,192); }
div.DivClassName
{
background-color: #C350C0;
}
.BgClassName
{
background-color: #C350C0;
}
</style>
border-color css
<style>
span { border-color: #C350C0; }
span { border-color: rgb(195,80,192); }
td.TdClassName
{
border-color: #C350C0;
}
.TagClassName
{
border-color: #C350C0;
}
</style>