Shades of Fuchsia #C371BE
Tints of Fuchsia #C371BE
RGB
CMYK
RGB Variations
Color information
#C371BE (or 0xC371BE) is known color: Fuchsia. HEX triplet: C3, 71 and BE. RGB value is (195,113,190). Sum of RGB (Red+Green+Blue) = 195+113+190=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C371BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371BE is #3C8E41. Grayscale: #929292. Windows color (decimal): -3968578 or 12480963. OLE color: 12480963.
HSL color Cylindrical-coordinate representation of color #C371BE: hue angle of 303.66º 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 #C371BE is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 190 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 303.66º | 0.41% | 0.6% | - |
| HSV(B) | 303.66º | 0.42% | 0.76% | - |
| XYZ | 37.71 | 27.13 | 51.96 | - |
| YUV | 146.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 190 | 0 | 0.42 | 0.03 | 0.24 | 303.66 | 0.41 | 0.6 |
| Hex | C3 | 71 | BE | 0 | 2A | 3 | 18 | 130 | 29 | 3C |
| Octal | 303 | 161 | 276 | 0 | 52 | 3 | 30 | 460 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10111110 | 0 | 101010 | 11 | 11000 | 100110000 | 101001 | 111100 |
Color Harmonies of #C371BE
Complementary color
Monochromatic Colors of #C371BE
Black with #C371BE
Text Example
Text Example
White with #C371BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371BE; }
p { color: rgb(195,113,190); }
H1.HeaderClassName
{
color: #C371BE;
}
.AnyTagClassName
{
color: #C371BE;
}
</style>
background-color css
<style>
a { background-color: #C371BE; }
a { background-color: rgb(195,113,190); }
div.DivClassName
{
background-color: #C371BE;
}
.BgClassName
{
background-color: #C371BE;
}
</style>
border-color css
<style>
span { border-color: #C371BE; }
span { border-color: rgb(195,113,190); }
td.TdClassName
{
border-color: #C371BE;
}
.TagClassName
{
border-color: #C371BE;
}
</style>