Shades of Fuchsia #C371B4
Tints of Fuchsia #C371B4
RGB
CMYK
RGB Variations
Color information
#C371B4 (or 0xC371B4) is known color: Fuchsia. HEX triplet: C3, 71 and B4. RGB value is (195,113,180). Sum of RGB (Red+Green+Blue) = 195+113+180=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C371B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371B4 is #3C8E4B. Grayscale: #909090. Windows color (decimal): -3968588 or 11825603. OLE color: 11825603.
HSL color Cylindrical-coordinate representation of color #C371B4: hue angle of 310.98º 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 #C371B4 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 180 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.24 |
| HSL | 310.98º | 0.41% | 0.6% | - |
| HSV(B) | 310.98º | 0.42% | 0.76% | - |
| XYZ | 36.65 | 26.71 | 46.4 | - |
| YUV | 145.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 180 | 0 | 0.42 | 0.08 | 0.24 | 310.98 | 0.41 | 0.6 |
| Hex | C3 | 71 | B4 | 0 | 2A | 8 | 18 | 137 | 29 | 3C |
| Octal | 303 | 161 | 264 | 0 | 52 | 10 | 30 | 467 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10110100 | 0 | 101010 | 1000 | 11000 | 100110111 | 101001 | 111100 |
Color Harmonies of #C371B4
Complementary color
Monochromatic Colors of #C371B4
Black with #C371B4
Text Example
Text Example
White with #C371B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371B4; }
p { color: rgb(195,113,180); }
H1.HeaderClassName
{
color: #C371B4;
}
.AnyTagClassName
{
color: #C371B4;
}
</style>
background-color css
<style>
a { background-color: #C371B4; }
a { background-color: rgb(195,113,180); }
div.DivClassName
{
background-color: #C371B4;
}
.BgClassName
{
background-color: #C371B4;
}
</style>
border-color css
<style>
span { border-color: #C371B4; }
span { border-color: rgb(195,113,180); }
td.TdClassName
{
border-color: #C371B4;
}
.TagClassName
{
border-color: #C371B4;
}
</style>