Shades of Fuchsia #C373B9
Tints of Fuchsia #C373B9
RGB
CMYK
RGB Variations
Color information
#C373B9 (or 0xC373B9) is known color: Fuchsia. HEX triplet: C3, 73 and B9. RGB value is (195,115,185). Sum of RGB (Red+Green+Blue) = 195+115+185=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C373B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373B9 is #3C8C46. Grayscale: #929292. Windows color (decimal): -3968071 or 12153795. OLE color: 12153795.
HSL color Cylindrical-coordinate representation of color #C373B9: hue angle of 307.5º 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 #C373B9 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 185 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.24 |
| HSL | 307.5º | 0.4% | 0.61% | - |
| HSV(B) | 307.5º | 0.41% | 0.76% | - |
| XYZ | 37.39 | 27.37 | 49.21 | - |
| YUV | 146.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 185 | 0 | 0.41 | 0.05 | 0.24 | 307.5 | 0.4 | 0.61 |
| Hex | C3 | 73 | B9 | 0 | 29 | 5 | 18 | 134 | 28 | 3D |
| Octal | 303 | 163 | 271 | 0 | 51 | 5 | 30 | 464 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10111001 | 0 | 101001 | 101 | 11000 | 100110100 | 101000 | 111101 |
Color Harmonies of #C373B9
Complementary color
Monochromatic Colors of #C373B9
Black with #C373B9
Text Example
Text Example
White with #C373B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373B9; }
p { color: rgb(195,115,185); }
H1.HeaderClassName
{
color: #C373B9;
}
.AnyTagClassName
{
color: #C373B9;
}
</style>
background-color css
<style>
a { background-color: #C373B9; }
a { background-color: rgb(195,115,185); }
div.DivClassName
{
background-color: #C373B9;
}
.BgClassName
{
background-color: #C373B9;
}
</style>
border-color css
<style>
span { border-color: #C373B9; }
span { border-color: rgb(195,115,185); }
td.TdClassName
{
border-color: #C373B9;
}
.TagClassName
{
border-color: #C373B9;
}
</style>