Shades of Fuchsia #C767BE
Tints of Fuchsia #C767BE
RGB
CMYK
RGB Variations
Color information
#C767BE (or 0xC767BE) is known color: Fuchsia. HEX triplet: C7, 67 and BE. RGB value is (199,103,190). Sum of RGB (Red+Green+Blue) = 199+103+190=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C767BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767BE is #389841. Grayscale: #8D8D8D. Windows color (decimal): -3708994 or 12478407. OLE color: 12478407.
HSL color Cylindrical-coordinate representation of color #C767BE: hue angle of 305.62º 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 #C767BE is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 190 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.22 |
| HSL | 305.63º | 0.46% | 0.59% | - |
| HSV(B) | 305.63º | 0.48% | 0.78% | - |
| XYZ | 37.7 | 25.56 | 51.66 | - |
| YUV | 141.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 190 | 0 | 0.48 | 0.05 | 0.22 | 305.63 | 0.46 | 0.59 |
| Hex | C7 | 67 | BE | 0 | 30 | 5 | 16 | 132 | 2E | 3B |
| Octal | 307 | 147 | 276 | 0 | 60 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10111110 | 0 | 110000 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C767BE
Complementary color
Monochromatic Colors of #C767BE
Black with #C767BE
Text Example
Text Example
White with #C767BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767BE; }
p { color: rgb(199,103,190); }
H1.HeaderClassName
{
color: #C767BE;
}
.AnyTagClassName
{
color: #C767BE;
}
</style>
background-color css
<style>
a { background-color: #C767BE; }
a { background-color: rgb(199,103,190); }
div.DivClassName
{
background-color: #C767BE;
}
.BgClassName
{
background-color: #C767BE;
}
</style>
border-color css
<style>
span { border-color: #C767BE; }
span { border-color: rgb(199,103,190); }
td.TdClassName
{
border-color: #C767BE;
}
.TagClassName
{
border-color: #C767BE;
}
</style>