Shades of Fuchsia #C760CE
Tints of Fuchsia #C760CE
RGB
CMYK
RGB Variations
Color information
#C760CE (or 0xC760CE) is known color: Fuchsia. HEX triplet: C7, 60 and CE. RGB value is (199,96,206). Sum of RGB (Red+Green+Blue) = 199+96+206=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C760CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760CE is #389F31. Grayscale: #8B8B8B. Windows color (decimal): -3710770 or 13525191. OLE color: 13525191.
HSL color Cylindrical-coordinate representation of color #C760CE: hue angle of 296.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C760CE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 96 | 206 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.19 |
| HSL | 296.18º | 0.53% | 0.59% | - |
| HSV(B) | 296.18º | 0.53% | 0.81% | - |
| XYZ | 38.88 | 24.96 | 61.16 | - |
| YUV | 139.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 206 | 0.03 | 0.53 | 0 | 0.19 | 296.18 | 0.53 | 0.59 |
| Hex | C7 | 60 | CE | 3 | 35 | 0 | 13 | 128 | 35 | 3B |
| Octal | 307 | 140 | 316 | 3 | 65 | 0 | 23 | 450 | 65 | 73 |
| Binary | 11000111 | 1100000 | 11001110 | 11 | 110101 | 0 | 10011 | 100101000 | 110101 | 111011 |
Color Harmonies of #C760CE
Complementary color
Monochromatic Colors of #C760CE
Black with #C760CE
Text Example
Text Example
White with #C760CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760CE; }
p { color: rgb(199,96,206); }
H1.HeaderClassName
{
color: #C760CE;
}
.AnyTagClassName
{
color: #C760CE;
}
</style>
background-color css
<style>
a { background-color: #C760CE; }
a { background-color: rgb(199,96,206); }
div.DivClassName
{
background-color: #C760CE;
}
.BgClassName
{
background-color: #C760CE;
}
</style>
border-color css
<style>
span { border-color: #C760CE; }
span { border-color: rgb(199,96,206); }
td.TdClassName
{
border-color: #C760CE;
}
.TagClassName
{
border-color: #C760CE;
}
</style>