Shades of Fuchsia #C374B9
Tints of Fuchsia #C374B9
RGB
CMYK
RGB Variations
Color information
#C374B9 (or 0xC374B9) is known color: Fuchsia. HEX triplet: C3, 74 and B9. RGB value is (195,116,185). Sum of RGB (Red+Green+Blue) = 195+116+185=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C374B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374B9 is #3C8B46. Grayscale: #939393. Windows color (decimal): -3967815 or 12154051. OLE color: 12154051.
HSL color Cylindrical-coordinate representation of color #C374B9: hue angle of 307.59º 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 #C374B9 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 185 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.24 |
| HSL | 307.59º | 0.4% | 0.61% | - |
| HSV(B) | 307.59º | 0.41% | 0.76% | - |
| XYZ | 37.51 | 27.6 | 49.25 | - |
| YUV | 147.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 185 | 0 | 0.41 | 0.05 | 0.24 | 307.59 | 0.4 | 0.61 |
| Hex | C3 | 74 | B9 | 0 | 29 | 5 | 18 | 134 | 28 | 3D |
| Octal | 303 | 164 | 271 | 0 | 51 | 5 | 30 | 464 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10111001 | 0 | 101001 | 101 | 11000 | 100110100 | 101000 | 111101 |
Color Harmonies of #C374B9
Complementary color
Monochromatic Colors of #C374B9
Black with #C374B9
Text Example
Text Example
White with #C374B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374B9; }
p { color: rgb(195,116,185); }
H1.HeaderClassName
{
color: #C374B9;
}
.AnyTagClassName
{
color: #C374B9;
}
</style>
background-color css
<style>
a { background-color: #C374B9; }
a { background-color: rgb(195,116,185); }
div.DivClassName
{
background-color: #C374B9;
}
.BgClassName
{
background-color: #C374B9;
}
</style>
border-color css
<style>
span { border-color: #C374B9; }
span { border-color: rgb(195,116,185); }
td.TdClassName
{
border-color: #C374B9;
}
.TagClassName
{
border-color: #C374B9;
}
</style>