Shades of Fuchsia #C660C6
Tints of Fuchsia #C660C6
RGB
CMYK
RGB Variations
Color information
#C660C6 (or 0xC660C6) is known color: Fuchsia. HEX triplet: C6, 60 and C6. RGB value is (198,96,198). Sum of RGB (Red+Green+Blue) = 198+96+198=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C660C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660C6 is #399F39. Grayscale: #898989. Windows color (decimal): -3776314 or 13000902. OLE color: 13000902.
HSL color Cylindrical-coordinate representation of color #C660C6: hue angle of 300º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C660C6 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 198 | - |
| CMYK | 0 | 0.52 | 0 | 0.22 |
| HSL | 300º | 0.47% | 0.58% | - |
| HSV(B) | 300º | 0.52% | 0.78% | - |
| XYZ | 37.66 | 24.45 | 56.16 | - |
| YUV | 138.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 198 | 0 | 0.52 | 0 | 0.22 | 300 | 0.47 | 0.58 |
| Hex | C6 | 60 | C6 | 0 | 34 | 0 | 16 | 12C | 2F | 3A |
| Octal | 306 | 140 | 306 | 0 | 64 | 0 | 26 | 454 | 57 | 72 |
| Binary | 11000110 | 1100000 | 11000110 | 0 | 110100 | 0 | 10110 | 100101100 | 101111 | 111010 |
Color Harmonies of #C660C6
Complementary color
Monochromatic Colors of #C660C6
Black with #C660C6
Text Example
Text Example
White with #C660C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660C6; }
p { color: rgb(198,96,198); }
H1.HeaderClassName
{
color: #C660C6;
}
.AnyTagClassName
{
color: #C660C6;
}
</style>
background-color css
<style>
a { background-color: #C660C6; }
a { background-color: rgb(198,96,198); }
div.DivClassName
{
background-color: #C660C6;
}
.BgClassName
{
background-color: #C660C6;
}
</style>
border-color css
<style>
span { border-color: #C660C6; }
span { border-color: rgb(198,96,198); }
td.TdClassName
{
border-color: #C660C6;
}
.TagClassName
{
border-color: #C660C6;
}
</style>