Shades of Fuchsia #C668CC
Tints of Fuchsia #C668CC
RGB
CMYK
RGB Variations
Color information
#C668CC (or 0xC668CC) is known color: Fuchsia. HEX triplet: C6, 68 and CC. RGB value is (198,104,204). Sum of RGB (Red+Green+Blue) = 198+104+204=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C668CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668CC is #399733. Grayscale: #8F8F8F. Windows color (decimal): -3774260 or 13396166. OLE color: 13396166.
HSL color Cylindrical-coordinate representation of color #C668CC: hue angle of 296.4º 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 #C668CC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 104 | 204 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.2 |
| HSL | 296.4º | 0.5% | 0.6% | - |
| HSV(B) | 296.4º | 0.49% | 0.8% | - |
| XYZ | 39.14 | 26.27 | 60.13 | - |
| YUV | 143.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 204 | 0.03 | 0.49 | 0 | 0.2 | 296.4 | 0.5 | 0.6 |
| Hex | C6 | 68 | CC | 3 | 31 | 0 | 14 | 128 | 32 | 3C |
| Octal | 306 | 150 | 314 | 3 | 61 | 0 | 24 | 450 | 62 | 74 |
| Binary | 11000110 | 1101000 | 11001100 | 11 | 110001 | 0 | 10100 | 100101000 | 110010 | 111100 |
Color Harmonies of #C668CC
Complementary color
Monochromatic Colors of #C668CC
Black with #C668CC
Text Example
Text Example
White with #C668CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668CC; }
p { color: rgb(198,104,204); }
H1.HeaderClassName
{
color: #C668CC;
}
.AnyTagClassName
{
color: #C668CC;
}
</style>
background-color css
<style>
a { background-color: #C668CC; }
a { background-color: rgb(198,104,204); }
div.DivClassName
{
background-color: #C668CC;
}
.BgClassName
{
background-color: #C668CC;
}
</style>
border-color css
<style>
span { border-color: #C668CC; }
span { border-color: rgb(198,104,204); }
td.TdClassName
{
border-color: #C668CC;
}
.TagClassName
{
border-color: #C668CC;
}
</style>