Shades of Fuchsia #C371B1
Tints of Fuchsia #C371B1
RGB
CMYK
RGB Variations
Color information
#C371B1 (or 0xC371B1) is known color: Fuchsia. HEX triplet: C3, 71 and B1. RGB value is (195,113,177). Sum of RGB (Red+Green+Blue) = 195+113+177=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C371B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371B1 is #3C8E4E. Grayscale: #909090. Windows color (decimal): -3968591 or 11628995. OLE color: 11628995.
HSL color Cylindrical-coordinate representation of color #C371B1: hue angle of 313.17º 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 #C371B1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 177 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.24 |
| HSL | 313.17º | 0.41% | 0.6% | - |
| HSV(B) | 313.17º | 0.42% | 0.76% | - |
| XYZ | 36.35 | 26.59 | 44.81 | - |
| YUV | 144.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 177 | 0 | 0.42 | 0.09 | 0.24 | 313.17 | 0.41 | 0.6 |
| Hex | C3 | 71 | B1 | 0 | 2A | 9 | 18 | 139 | 29 | 3C |
| Octal | 303 | 161 | 261 | 0 | 52 | 11 | 30 | 471 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10110001 | 0 | 101010 | 1001 | 11000 | 100111001 | 101001 | 111100 |
Color Harmonies of #C371B1
Complementary color
Monochromatic Colors of #C371B1
Black with #C371B1
Text Example
Text Example
White with #C371B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371B1; }
p { color: rgb(195,113,177); }
H1.HeaderClassName
{
color: #C371B1;
}
.AnyTagClassName
{
color: #C371B1;
}
</style>
background-color css
<style>
a { background-color: #C371B1; }
a { background-color: rgb(195,113,177); }
div.DivClassName
{
background-color: #C371B1;
}
.BgClassName
{
background-color: #C371B1;
}
</style>
border-color css
<style>
span { border-color: #C371B1; }
span { border-color: rgb(195,113,177); }
td.TdClassName
{
border-color: #C371B1;
}
.TagClassName
{
border-color: #C371B1;
}
</style>