Shades of Fuchsia #C276B9
Tints of Fuchsia #C276B9
RGB
CMYK
RGB Variations
Color information
#C276B9 (or 0xC276B9) is known color: Fuchsia. HEX triplet: C2, 76 and B9. RGB value is (194,118,185). Sum of RGB (Red+Green+Blue) = 194+118+185=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C276B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276B9 is #3D8946. Grayscale: #949494. Windows color (decimal): -4032839 or 12154562. OLE color: 12154562.
HSL color Cylindrical-coordinate representation of color #C276B9: hue angle of 307.11º degrees, saturation: 0.38, 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 #C276B9 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 185 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.24 |
| HSL | 307.11º | 0.38% | 0.61% | - |
| HSV(B) | 307.11º | 0.39% | 0.76% | - |
| XYZ | 37.48 | 27.93 | 49.31 | - |
| YUV | 148.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 185 | 0 | 0.39 | 0.05 | 0.24 | 307.11 | 0.38 | 0.61 |
| Hex | C2 | 76 | B9 | 0 | 27 | 5 | 18 | 133 | 26 | 3D |
| Octal | 302 | 166 | 271 | 0 | 47 | 5 | 30 | 463 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10111001 | 0 | 100111 | 101 | 11000 | 100110011 | 100110 | 111101 |
Color Harmonies of #C276B9
Complementary color
Monochromatic Colors of #C276B9
Black with #C276B9
Text Example
Text Example
White with #C276B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276B9; }
p { color: rgb(194,118,185); }
H1.HeaderClassName
{
color: #C276B9;
}
.AnyTagClassName
{
color: #C276B9;
}
</style>
background-color css
<style>
a { background-color: #C276B9; }
a { background-color: rgb(194,118,185); }
div.DivClassName
{
background-color: #C276B9;
}
.BgClassName
{
background-color: #C276B9;
}
</style>
border-color css
<style>
span { border-color: #C276B9; }
span { border-color: rgb(194,118,185); }
td.TdClassName
{
border-color: #C276B9;
}
.TagClassName
{
border-color: #C276B9;
}
</style>