Shades of Fuchsia #C276BD
Tints of Fuchsia #C276BD
RGB
CMYK
RGB Variations
Color information
#C276BD (or 0xC276BD) is known color: Fuchsia. HEX triplet: C2, 76 and BD. RGB value is (194,118,189). Sum of RGB (Red+Green+Blue) = 194+118+189=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C276BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276BD is #3D8942. Grayscale: #949494. Windows color (decimal): -4032835 or 12416706. OLE color: 12416706.
HSL color Cylindrical-coordinate representation of color #C276BD: hue angle of 303.95º 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 #C276BD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 189 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.24 |
| HSL | 303.95º | 0.38% | 0.61% | - |
| HSV(B) | 303.95º | 0.39% | 0.76% | - |
| XYZ | 37.91 | 28.1 | 51.57 | - |
| YUV | 148.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 189 | 0 | 0.39 | 0.03 | 0.24 | 303.95 | 0.38 | 0.61 |
| Hex | C2 | 76 | BD | 0 | 27 | 3 | 18 | 130 | 26 | 3D |
| Octal | 302 | 166 | 275 | 0 | 47 | 3 | 30 | 460 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10111101 | 0 | 100111 | 11 | 11000 | 100110000 | 100110 | 111101 |
Color Harmonies of #C276BD
Complementary color
Monochromatic Colors of #C276BD
Black with #C276BD
Text Example
Text Example
White with #C276BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276BD; }
p { color: rgb(194,118,189); }
H1.HeaderClassName
{
color: #C276BD;
}
.AnyTagClassName
{
color: #C276BD;
}
</style>
background-color css
<style>
a { background-color: #C276BD; }
a { background-color: rgb(194,118,189); }
div.DivClassName
{
background-color: #C276BD;
}
.BgClassName
{
background-color: #C276BD;
}
</style>
border-color css
<style>
span { border-color: #C276BD; }
span { border-color: rgb(194,118,189); }
td.TdClassName
{
border-color: #C276BD;
}
.TagClassName
{
border-color: #C276BD;
}
</style>