Shades of Fuchsia #C340C0
Tints of Fuchsia #C340C0
RGB
CMYK
RGB Variations
Color information
#C340C0 (or 0xC340C0) is known color: Fuchsia. HEX triplet: C3, 40 and C0. RGB value is (195,64,192). Sum of RGB (Red+Green+Blue) = 195+64+192=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C340C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340C0 is #3CBF3F. Grayscale: #757575. Windows color (decimal): -3981120 or 12599491. OLE color: 12599491.
HSL color Cylindrical-coordinate representation of color #C340C0: hue angle of 301.37º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340C0 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 192 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.24 |
| HSL | 301.37º | 0.52% | 0.51% | - |
| HSV(B) | 301.37º | 0.67% | 0.76% | - |
| XYZ | 33.85 | 19.07 | 51.77 | - |
| YUV | 117.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 192 | 0 | 0.67 | 0.02 | 0.24 | 301.37 | 0.52 | 0.51 |
| Hex | C3 | 40 | C0 | 0 | 43 | 2 | 18 | 12D | 34 | 33 |
| Octal | 303 | 100 | 300 | 0 | 103 | 2 | 30 | 455 | 64 | 63 |
| Binary | 11000011 | 1000000 | 11000000 | 0 | 1000011 | 10 | 11000 | 100101101 | 110100 | 110011 |
Color Harmonies of #C340C0
Complementary color
Monochromatic Colors of #C340C0
Black with #C340C0
Text Example
Text Example
White with #C340C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340C0; }
p { color: rgb(195,64,192); }
H1.HeaderClassName
{
color: #C340C0;
}
.AnyTagClassName
{
color: #C340C0;
}
</style>
background-color css
<style>
a { background-color: #C340C0; }
a { background-color: rgb(195,64,192); }
div.DivClassName
{
background-color: #C340C0;
}
.BgClassName
{
background-color: #C340C0;
}
</style>
border-color css
<style>
span { border-color: #C340C0; }
span { border-color: rgb(195,64,192); }
td.TdClassName
{
border-color: #C340C0;
}
.TagClassName
{
border-color: #C340C0;
}
</style>