Shades of Fuchsia #C373B8
Tints of Fuchsia #C373B8
RGB
CMYK
RGB Variations
Color information
#C373B8 (or 0xC373B8) is known color: Fuchsia. HEX triplet: C3, 73 and B8. RGB value is (195,115,184). Sum of RGB (Red+Green+Blue) = 195+115+184=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C373B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373B8 is #3C8C47. Grayscale: #929292. Windows color (decimal): -3968072 or 12088259. OLE color: 12088259.
HSL color Cylindrical-coordinate representation of color #C373B8: hue angle of 308.25º 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 #C373B8 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 184 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.24 |
| HSL | 308.25º | 0.4% | 0.61% | - |
| HSV(B) | 308.25º | 0.41% | 0.76% | - |
| XYZ | 37.29 | 27.32 | 48.66 | - |
| YUV | 146.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 184 | 0 | 0.41 | 0.06 | 0.24 | 308.25 | 0.4 | 0.61 |
| Hex | C3 | 73 | B8 | 0 | 29 | 6 | 18 | 134 | 28 | 3D |
| Octal | 303 | 163 | 270 | 0 | 51 | 6 | 30 | 464 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10111000 | 0 | 101001 | 110 | 11000 | 100110100 | 101000 | 111101 |
Color Harmonies of #C373B8
Complementary color
Monochromatic Colors of #C373B8
Black with #C373B8
Text Example
Text Example
White with #C373B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373B8; }
p { color: rgb(195,115,184); }
H1.HeaderClassName
{
color: #C373B8;
}
.AnyTagClassName
{
color: #C373B8;
}
</style>
background-color css
<style>
a { background-color: #C373B8; }
a { background-color: rgb(195,115,184); }
div.DivClassName
{
background-color: #C373B8;
}
.BgClassName
{
background-color: #C373B8;
}
</style>
border-color css
<style>
span { border-color: #C373B8; }
span { border-color: rgb(195,115,184); }
td.TdClassName
{
border-color: #C373B8;
}
.TagClassName
{
border-color: #C373B8;
}
</style>