Shades of Fuchsia #C768CC
Tints of Fuchsia #C768CC
RGB
CMYK
RGB Variations
Color information
#C768CC (or 0xC768CC) is known color: Fuchsia. HEX triplet: C7, 68 and CC. RGB value is (199,104,204). Sum of RGB (Red+Green+Blue) = 199+104+204=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C768CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CC is #389733. Grayscale: #8F8F8F. Windows color (decimal): -3708724 or 13396167. OLE color: 13396167.
HSL color Cylindrical-coordinate representation of color #C768CC: hue angle of 297º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C768CC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 104 | 204 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.2 |
| HSL | 297º | 0.5% | 0.6% | - |
| HSV(B) | 297º | 0.49% | 0.8% | - |
| XYZ | 39.4 | 26.4 | 60.15 | - |
| YUV | 143.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 204 | 0.02 | 0.49 | 0 | 0.2 | 297 | 0.5 | 0.6 |
| Hex | C7 | 68 | CC | 2 | 31 | 0 | 14 | 129 | 32 | 3C |
| Octal | 307 | 150 | 314 | 2 | 61 | 0 | 24 | 451 | 62 | 74 |
| Binary | 11000111 | 1101000 | 11001100 | 10 | 110001 | 0 | 10100 | 100101001 | 110010 | 111100 |
Color Harmonies of #C768CC
Complementary color
Monochromatic Colors of #C768CC
Black with #C768CC
Text Example
Text Example
White with #C768CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768CC; }
p { color: rgb(199,104,204); }
H1.HeaderClassName
{
color: #C768CC;
}
.AnyTagClassName
{
color: #C768CC;
}
</style>
background-color css
<style>
a { background-color: #C768CC; }
a { background-color: rgb(199,104,204); }
div.DivClassName
{
background-color: #C768CC;
}
.BgClassName
{
background-color: #C768CC;
}
</style>
border-color css
<style>
span { border-color: #C768CC; }
span { border-color: rgb(199,104,204); }
td.TdClassName
{
border-color: #C768CC;
}
.TagClassName
{
border-color: #C768CC;
}
</style>