Shades of Fuchsia #C767BC
Tints of Fuchsia #C767BC
RGB
CMYK
RGB Variations
Color information
#C767BC (or 0xC767BC) is known color: Fuchsia. HEX triplet: C7, 67 and BC. RGB value is (199,103,188). Sum of RGB (Red+Green+Blue) = 199+103+188=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C767BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767BC is #389843. Grayscale: #8D8D8D. Windows color (decimal): -3708996 or 12347335. OLE color: 12347335.
HSL color Cylindrical-coordinate representation of color #C767BC: hue angle of 306.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C767BC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 188 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.22 |
| HSL | 306.88º | 0.46% | 0.59% | - |
| HSV(B) | 306.88º | 0.48% | 0.78% | - |
| XYZ | 37.48 | 25.47 | 50.52 | - |
| YUV | 141.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 188 | 0 | 0.48 | 0.06 | 0.22 | 306.88 | 0.46 | 0.59 |
| Hex | C7 | 67 | BC | 0 | 30 | 6 | 16 | 133 | 2E | 3B |
| Octal | 307 | 147 | 274 | 0 | 60 | 6 | 26 | 463 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10111100 | 0 | 110000 | 110 | 10110 | 100110011 | 101110 | 111011 |
Color Harmonies of #C767BC
Complementary color
Monochromatic Colors of #C767BC
Black with #C767BC
Text Example
Text Example
White with #C767BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767BC; }
p { color: rgb(199,103,188); }
H1.HeaderClassName
{
color: #C767BC;
}
.AnyTagClassName
{
color: #C767BC;
}
</style>
background-color css
<style>
a { background-color: #C767BC; }
a { background-color: rgb(199,103,188); }
div.DivClassName
{
background-color: #C767BC;
}
.BgClassName
{
background-color: #C767BC;
}
</style>
border-color css
<style>
span { border-color: #C767BC; }
span { border-color: rgb(199,103,188); }
td.TdClassName
{
border-color: #C767BC;
}
.TagClassName
{
border-color: #C767BC;
}
</style>