Shades of Fuchsia #C371BD
Tints of Fuchsia #C371BD
RGB
CMYK
RGB Variations
Color information
#C371BD (or 0xC371BD) is known color: Fuchsia. HEX triplet: C3, 71 and BD. RGB value is (195,113,189). Sum of RGB (Red+Green+Blue) = 195+113+189=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C371BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371BD is #3C8E42. Grayscale: #919191. Windows color (decimal): -3968579 or 12415427. OLE color: 12415427.
HSL color Cylindrical-coordinate representation of color #C371BD: hue angle of 304.39º 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 #C371BD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 189 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 304.39º | 0.41% | 0.6% | - |
| HSV(B) | 304.39º | 0.42% | 0.76% | - |
| XYZ | 37.6 | 27.09 | 51.39 | - |
| YUV | 146.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 189 | 0 | 0.42 | 0.03 | 0.24 | 304.39 | 0.41 | 0.6 |
| Hex | C3 | 71 | BD | 0 | 2A | 3 | 18 | 130 | 29 | 3C |
| Octal | 303 | 161 | 275 | 0 | 52 | 3 | 30 | 460 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10111101 | 0 | 101010 | 11 | 11000 | 100110000 | 101001 | 111100 |
Color Harmonies of #C371BD
Complementary color
Monochromatic Colors of #C371BD
Black with #C371BD
Text Example
Text Example
White with #C371BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371BD; }
p { color: rgb(195,113,189); }
H1.HeaderClassName
{
color: #C371BD;
}
.AnyTagClassName
{
color: #C371BD;
}
</style>
background-color css
<style>
a { background-color: #C371BD; }
a { background-color: rgb(195,113,189); }
div.DivClassName
{
background-color: #C371BD;
}
.BgClassName
{
background-color: #C371BD;
}
</style>
border-color css
<style>
span { border-color: #C371BD; }
span { border-color: rgb(195,113,189); }
td.TdClassName
{
border-color: #C371BD;
}
.TagClassName
{
border-color: #C371BD;
}
</style>