Shades of Fuchsia #C375B9
Tints of Fuchsia #C375B9
RGB
CMYK
RGB Variations
Color information
#C375B9 (or 0xC375B9) is known color: Fuchsia. HEX triplet: C3, 75 and B9. RGB value is (195,117,185). Sum of RGB (Red+Green+Blue) = 195+117+185=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C375B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375B9 is #3C8A46. Grayscale: #939393. Windows color (decimal): -3967559 or 12154307. OLE color: 12154307.
HSL color Cylindrical-coordinate representation of color #C375B9: hue angle of 307.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375B9 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 185 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.24 |
| HSL | 307.69º | 0.39% | 0.61% | - |
| HSV(B) | 307.69º | 0.4% | 0.76% | - |
| XYZ | 37.62 | 27.83 | 49.29 | - |
| YUV | 148.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 185 | 0 | 0.4 | 0.05 | 0.24 | 307.69 | 0.39 | 0.61 |
| Hex | C3 | 75 | B9 | 0 | 28 | 5 | 18 | 134 | 27 | 3D |
| Octal | 303 | 165 | 271 | 0 | 50 | 5 | 30 | 464 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10111001 | 0 | 101000 | 101 | 11000 | 100110100 | 100111 | 111101 |
Color Harmonies of #C375B9
Complementary color
Monochromatic Colors of #C375B9
Black with #C375B9
Text Example
Text Example
White with #C375B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375B9; }
p { color: rgb(195,117,185); }
H1.HeaderClassName
{
color: #C375B9;
}
.AnyTagClassName
{
color: #C375B9;
}
</style>
background-color css
<style>
a { background-color: #C375B9; }
a { background-color: rgb(195,117,185); }
div.DivClassName
{
background-color: #C375B9;
}
.BgClassName
{
background-color: #C375B9;
}
</style>
border-color css
<style>
span { border-color: #C375B9; }
span { border-color: rgb(195,117,185); }
td.TdClassName
{
border-color: #C375B9;
}
.TagClassName
{
border-color: #C375B9;
}
</style>