Shades of Fuchsia #C374B7
Tints of Fuchsia #C374B7
RGB
CMYK
RGB Variations
Color information
#C374B7 (or 0xC374B7) is known color: Fuchsia. HEX triplet: C3, 74 and B7. RGB value is (195,116,183). Sum of RGB (Red+Green+Blue) = 195+116+183=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C374B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374B7 is #3C8B48. Grayscale: #939393. Windows color (decimal): -3967817 or 12022979. OLE color: 12022979.
HSL color Cylindrical-coordinate representation of color #C374B7: hue angle of 309.11º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C374B7 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 183 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.24 |
| HSL | 309.11º | 0.4% | 0.61% | - |
| HSV(B) | 309.11º | 0.41% | 0.76% | - |
| XYZ | 37.3 | 27.51 | 48.14 | - |
| YUV | 147.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 183 | 0 | 0.41 | 0.06 | 0.24 | 309.11 | 0.4 | 0.61 |
| Hex | C3 | 74 | B7 | 0 | 29 | 6 | 18 | 135 | 28 | 3D |
| Octal | 303 | 164 | 267 | 0 | 51 | 6 | 30 | 465 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10110111 | 0 | 101001 | 110 | 11000 | 100110101 | 101000 | 111101 |
Color Harmonies of #C374B7
Complementary color
Monochromatic Colors of #C374B7
Black with #C374B7
Text Example
Text Example
White with #C374B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374B7; }
p { color: rgb(195,116,183); }
H1.HeaderClassName
{
color: #C374B7;
}
.AnyTagClassName
{
color: #C374B7;
}
</style>
background-color css
<style>
a { background-color: #C374B7; }
a { background-color: rgb(195,116,183); }
div.DivClassName
{
background-color: #C374B7;
}
.BgClassName
{
background-color: #C374B7;
}
</style>
border-color css
<style>
span { border-color: #C374B7; }
span { border-color: rgb(195,116,183); }
td.TdClassName
{
border-color: #C374B7;
}
.TagClassName
{
border-color: #C374B7;
}
</style>