Shades of Fuchsia #C376B8
Tints of Fuchsia #C376B8
RGB
CMYK
RGB Variations
Color information
#C376B8 (or 0xC376B8) is known color: Fuchsia. HEX triplet: C3, 76 and B8. RGB value is (195,118,184). Sum of RGB (Red+Green+Blue) = 195+118+184=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C376B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376B8 is #3C8947. Grayscale: #949494. Windows color (decimal): -3967304 or 12089027. OLE color: 12089027.
HSL color Cylindrical-coordinate representation of color #C376B8: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376B8 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 184 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.24 |
| HSL | 308.57º | 0.39% | 0.61% | - |
| HSV(B) | 308.57º | 0.39% | 0.76% | - |
| XYZ | 37.64 | 28.02 | 48.77 | - |
| YUV | 148.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 184 | 0 | 0.39 | 0.06 | 0.24 | 308.57 | 0.39 | 0.61 |
| Hex | C3 | 76 | B8 | 0 | 27 | 6 | 18 | 135 | 27 | 3D |
| Octal | 303 | 166 | 270 | 0 | 47 | 6 | 30 | 465 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10111000 | 0 | 100111 | 110 | 11000 | 100110101 | 100111 | 111101 |
Color Harmonies of #C376B8
Complementary color
Monochromatic Colors of #C376B8
Black with #C376B8
Text Example
Text Example
White with #C376B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376B8; }
p { color: rgb(195,118,184); }
H1.HeaderClassName
{
color: #C376B8;
}
.AnyTagClassName
{
color: #C376B8;
}
</style>
background-color css
<style>
a { background-color: #C376B8; }
a { background-color: rgb(195,118,184); }
div.DivClassName
{
background-color: #C376B8;
}
.BgClassName
{
background-color: #C376B8;
}
</style>
border-color css
<style>
span { border-color: #C376B8; }
span { border-color: rgb(195,118,184); }
td.TdClassName
{
border-color: #C376B8;
}
.TagClassName
{
border-color: #C376B8;
}
</style>