Shades of Fuchsia #C371BC
Tints of Fuchsia #C371BC
RGB
CMYK
RGB Variations
Color information
#C371BC (or 0xC371BC) is known color: Fuchsia. HEX triplet: C3, 71 and BC. RGB value is (195,113,188). Sum of RGB (Red+Green+Blue) = 195+113+188=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C371BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371BC is #3C8E43. Grayscale: #919191. Windows color (decimal): -3968580 or 12349891. OLE color: 12349891.
HSL color Cylindrical-coordinate representation of color #C371BC: hue angle of 305.12º 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 #C371BC is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 188 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.24 |
| HSL | 305.12º | 0.41% | 0.6% | - |
| HSV(B) | 305.12º | 0.42% | 0.76% | - |
| XYZ | 37.49 | 27.04 | 50.82 | - |
| YUV | 146.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 188 | 0 | 0.42 | 0.04 | 0.24 | 305.12 | 0.41 | 0.6 |
| Hex | C3 | 71 | BC | 0 | 2A | 4 | 18 | 131 | 29 | 3C |
| Octal | 303 | 161 | 274 | 0 | 52 | 4 | 30 | 461 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10111100 | 0 | 101010 | 100 | 11000 | 100110001 | 101001 | 111100 |
Color Harmonies of #C371BC
Complementary color
Monochromatic Colors of #C371BC
Black with #C371BC
Text Example
Text Example
White with #C371BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371BC; }
p { color: rgb(195,113,188); }
H1.HeaderClassName
{
color: #C371BC;
}
.AnyTagClassName
{
color: #C371BC;
}
</style>
background-color css
<style>
a { background-color: #C371BC; }
a { background-color: rgb(195,113,188); }
div.DivClassName
{
background-color: #C371BC;
}
.BgClassName
{
background-color: #C371BC;
}
</style>
border-color css
<style>
span { border-color: #C371BC; }
span { border-color: rgb(195,113,188); }
td.TdClassName
{
border-color: #C371BC;
}
.TagClassName
{
border-color: #C371BC;
}
</style>