Shades of Fuchsia #C371C0
Tints of Fuchsia #C371C0
RGB
CMYK
RGB Variations
Color information
#C371C0 (or 0xC371C0) is known color: Fuchsia. HEX triplet: C3, 71 and C0. RGB value is (195,113,192). Sum of RGB (Red+Green+Blue) = 195+113+192=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C371C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371C0 is #3C8E3F. Grayscale: #929292. Windows color (decimal): -3968576 or 12612035. OLE color: 12612035.
HSL color Cylindrical-coordinate representation of color #C371C0: hue angle of 302.2º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C371C0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 192 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.24 |
| HSL | 302.2º | 0.41% | 0.6% | - |
| HSV(B) | 302.2º | 0.42% | 0.76% | - |
| XYZ | 37.93 | 27.22 | 53.12 | - |
| YUV | 146.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 192 | 0 | 0.42 | 0.02 | 0.24 | 302.2 | 0.41 | 0.6 |
| Hex | C3 | 71 | C0 | 0 | 2A | 2 | 18 | 12E | 29 | 3C |
| Octal | 303 | 161 | 300 | 0 | 52 | 2 | 30 | 456 | 51 | 74 |
| Binary | 11000011 | 1110001 | 11000000 | 0 | 101010 | 10 | 11000 | 100101110 | 101001 | 111100 |
Color Harmonies of #C371C0
Complementary color
Monochromatic Colors of #C371C0
Black with #C371C0
Text Example
Text Example
White with #C371C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371C0; }
p { color: rgb(195,113,192); }
H1.HeaderClassName
{
color: #C371C0;
}
.AnyTagClassName
{
color: #C371C0;
}
</style>
background-color css
<style>
a { background-color: #C371C0; }
a { background-color: rgb(195,113,192); }
div.DivClassName
{
background-color: #C371C0;
}
.BgClassName
{
background-color: #C371C0;
}
</style>
border-color css
<style>
span { border-color: #C371C0; }
span { border-color: rgb(195,113,192); }
td.TdClassName
{
border-color: #C371C0;
}
.TagClassName
{
border-color: #C371C0;
}
</style>