Shades of Fuchsia #C375BA
Tints of Fuchsia #C375BA
RGB
CMYK
RGB Variations
Color information
#C375BA (or 0xC375BA) is known color: Fuchsia. HEX triplet: C3, 75 and BA. RGB value is (195,117,186). Sum of RGB (Red+Green+Blue) = 195+117+186=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C375BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375BA is #3C8A45. Grayscale: #939393. Windows color (decimal): -3967558 or 12219843. OLE color: 12219843.
HSL color Cylindrical-coordinate representation of color #C375BA: hue angle of 306.92º 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 #C375BA is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 186 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.24 |
| HSL | 306.92º | 0.39% | 0.61% | - |
| HSV(B) | 306.92º | 0.4% | 0.76% | - |
| XYZ | 37.73 | 27.87 | 49.85 | - |
| YUV | 148.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 186 | 0 | 0.4 | 0.05 | 0.24 | 306.92 | 0.39 | 0.61 |
| Hex | C3 | 75 | BA | 0 | 28 | 5 | 18 | 133 | 27 | 3D |
| Octal | 303 | 165 | 272 | 0 | 50 | 5 | 30 | 463 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10111010 | 0 | 101000 | 101 | 11000 | 100110011 | 100111 | 111101 |
Color Harmonies of #C375BA
Complementary color
Monochromatic Colors of #C375BA
Black with #C375BA
Text Example
Text Example
White with #C375BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375BA; }
p { color: rgb(195,117,186); }
H1.HeaderClassName
{
color: #C375BA;
}
.AnyTagClassName
{
color: #C375BA;
}
</style>
background-color css
<style>
a { background-color: #C375BA; }
a { background-color: rgb(195,117,186); }
div.DivClassName
{
background-color: #C375BA;
}
.BgClassName
{
background-color: #C375BA;
}
</style>
border-color css
<style>
span { border-color: #C375BA; }
span { border-color: rgb(195,117,186); }
td.TdClassName
{
border-color: #C375BA;
}
.TagClassName
{
border-color: #C375BA;
}
</style>