Shades of Fuchsia #C766CC
Tints of Fuchsia #C766CC
RGB
CMYK
RGB Variations
Color information
#C766CC (or 0xC766CC) is known color: Fuchsia. HEX triplet: C7, 66 and CC. RGB value is (199,102,204). Sum of RGB (Red+Green+Blue) = 199+102+204=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #C766CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766CC is #389933. Grayscale: #8E8E8E. Windows color (decimal): -3709236 or 13395655. OLE color: 13395655.
HSL color Cylindrical-coordinate representation of color #C766CC: hue angle of 297.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C766CC is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 102 | 204 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.2 |
| HSL | 297.06º | 0.5% | 0.6% | - |
| HSV(B) | 297.06º | 0.5% | 0.8% | - |
| XYZ | 39.2 | 26 | 60.08 | - |
| YUV | 142.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 204 | 0.02 | 0.5 | 0 | 0.2 | 297.06 | 0.5 | 0.6 |
| Hex | C7 | 66 | CC | 2 | 32 | 0 | 14 | 129 | 32 | 3C |
| Octal | 307 | 146 | 314 | 2 | 62 | 0 | 24 | 451 | 62 | 74 |
| Binary | 11000111 | 1100110 | 11001100 | 10 | 110010 | 0 | 10100 | 100101001 | 110010 | 111100 |
Color Harmonies of #C766CC
Complementary color
Monochromatic Colors of #C766CC
Black with #C766CC
Text Example
Text Example
White with #C766CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766CC; }
p { color: rgb(199,102,204); }
H1.HeaderClassName
{
color: #C766CC;
}
.AnyTagClassName
{
color: #C766CC;
}
</style>
background-color css
<style>
a { background-color: #C766CC; }
a { background-color: rgb(199,102,204); }
div.DivClassName
{
background-color: #C766CC;
}
.BgClassName
{
background-color: #C766CC;
}
</style>
border-color css
<style>
span { border-color: #C766CC; }
span { border-color: rgb(199,102,204); }
td.TdClassName
{
border-color: #C766CC;
}
.TagClassName
{
border-color: #C766CC;
}
</style>