Shades of Fuchsia #C377BA
Tints of Fuchsia #C377BA
RGB
CMYK
RGB Variations
Color information
#C377BA (or 0xC377BA) is known color: Fuchsia. HEX triplet: C3, 77 and BA. RGB value is (195,119,186). Sum of RGB (Red+Green+Blue) = 195+119+186=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C377BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377BA is #3C8845. Grayscale: #959595. Windows color (decimal): -3967046 or 12220355. OLE color: 12220355.
HSL color Cylindrical-coordinate representation of color #C377BA: hue angle of 307.11º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377BA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 186 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.24 |
| HSL | 307.11º | 0.39% | 0.62% | - |
| HSV(B) | 307.11º | 0.39% | 0.76% | - |
| XYZ | 37.97 | 28.34 | 49.92 | - |
| YUV | 149.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 186 | 0 | 0.39 | 0.05 | 0.24 | 307.11 | 0.39 | 0.62 |
| Hex | C3 | 77 | BA | 0 | 27 | 5 | 18 | 133 | 27 | 3E |
| Octal | 303 | 167 | 272 | 0 | 47 | 5 | 30 | 463 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10111010 | 0 | 100111 | 101 | 11000 | 100110011 | 100111 | 111110 |
Color Harmonies of #C377BA
Complementary color
Monochromatic Colors of #C377BA
Black with #C377BA
Text Example
Text Example
White with #C377BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377BA; }
p { color: rgb(195,119,186); }
H1.HeaderClassName
{
color: #C377BA;
}
.AnyTagClassName
{
color: #C377BA;
}
</style>
background-color css
<style>
a { background-color: #C377BA; }
a { background-color: rgb(195,119,186); }
div.DivClassName
{
background-color: #C377BA;
}
.BgClassName
{
background-color: #C377BA;
}
</style>
border-color css
<style>
span { border-color: #C377BA; }
span { border-color: rgb(195,119,186); }
td.TdClassName
{
border-color: #C377BA;
}
.TagClassName
{
border-color: #C377BA;
}
</style>