Shades of Fuchsia #C760C5
Tints of Fuchsia #C760C5
RGB
CMYK
RGB Variations
Color information
#C760C5 (or 0xC760C5) is known color: Fuchsia. HEX triplet: C7, 60 and C5. RGB value is (199,96,197). Sum of RGB (Red+Green+Blue) = 199+96+197=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C760C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760C5 is #389F3A. Grayscale: #8A8A8A. Windows color (decimal): -3710779 or 12935367. OLE color: 12935367.
HSL color Cylindrical-coordinate representation of color #C760C5: hue angle of 301.17º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760C5 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 197 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.22 |
| HSL | 301.17º | 0.48% | 0.58% | - |
| HSV(B) | 301.17º | 0.52% | 0.78% | - |
| XYZ | 37.81 | 24.54 | 55.57 | - |
| YUV | 138.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 197 | 0 | 0.52 | 0.01 | 0.22 | 301.17 | 0.48 | 0.58 |
| Hex | C7 | 60 | C5 | 0 | 34 | 1 | 16 | 12D | 30 | 3A |
| Octal | 307 | 140 | 305 | 0 | 64 | 1 | 26 | 455 | 60 | 72 |
| Binary | 11000111 | 1100000 | 11000101 | 0 | 110100 | 1 | 10110 | 100101101 | 110000 | 111010 |
Color Harmonies of #C760C5
Complementary color
Monochromatic Colors of #C760C5
Black with #C760C5
Text Example
Text Example
White with #C760C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760C5; }
p { color: rgb(199,96,197); }
H1.HeaderClassName
{
color: #C760C5;
}
.AnyTagClassName
{
color: #C760C5;
}
</style>
background-color css
<style>
a { background-color: #C760C5; }
a { background-color: rgb(199,96,197); }
div.DivClassName
{
background-color: #C760C5;
}
.BgClassName
{
background-color: #C760C5;
}
</style>
border-color css
<style>
span { border-color: #C760C5; }
span { border-color: rgb(199,96,197); }
td.TdClassName
{
border-color: #C760C5;
}
.TagClassName
{
border-color: #C760C5;
}
</style>