Shades of Fuchsia #C761CE
Tints of Fuchsia #C761CE
RGB
CMYK
RGB Variations
Color information
#C761CE (or 0xC761CE) is known color: Fuchsia. HEX triplet: C7, 61 and CE. RGB value is (199,97,206). Sum of RGB (Red+Green+Blue) = 199+97+206=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C761CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761CE is #389E31. Grayscale: #8B8B8B. Windows color (decimal): -3710514 or 13525447. OLE color: 13525447.
HSL color Cylindrical-coordinate representation of color #C761CE: hue angle of 296.15º 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 #C761CE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 97 | 206 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.19 |
| HSL | 296.15º | 0.53% | 0.59% | - |
| HSV(B) | 296.15º | 0.53% | 0.81% | - |
| XYZ | 38.97 | 25.15 | 61.19 | - |
| YUV | 139.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 206 | 0.03 | 0.53 | 0 | 0.19 | 296.15 | 0.53 | 0.59 |
| Hex | C7 | 61 | CE | 3 | 35 | 0 | 13 | 128 | 35 | 3B |
| Octal | 307 | 141 | 316 | 3 | 65 | 0 | 23 | 450 | 65 | 73 |
| Binary | 11000111 | 1100001 | 11001110 | 11 | 110101 | 0 | 10011 | 100101000 | 110101 | 111011 |
Color Harmonies of #C761CE
Complementary color
Monochromatic Colors of #C761CE
Black with #C761CE
Text Example
Text Example
White with #C761CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C761CE; }
p { color: rgb(199,97,206); }
H1.HeaderClassName
{
color: #C761CE;
}
.AnyTagClassName
{
color: #C761CE;
}
</style>
background-color css
<style>
a { background-color: #C761CE; }
a { background-color: rgb(199,97,206); }
div.DivClassName
{
background-color: #C761CE;
}
.BgClassName
{
background-color: #C761CE;
}
</style>
border-color css
<style>
span { border-color: #C761CE; }
span { border-color: rgb(199,97,206); }
td.TdClassName
{
border-color: #C761CE;
}
.TagClassName
{
border-color: #C761CE;
}
</style>