Shades of Fuchsia #C660CC
Tints of Fuchsia #C660CC
RGB
CMYK
RGB Variations
Color information
#C660CC (or 0xC660CC) is known color: Fuchsia. HEX triplet: C6, 60 and CC. RGB value is (198,96,204). Sum of RGB (Red+Green+Blue) = 198+96+204=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #C660CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660CC is #399F33. Grayscale: #8A8A8A. Windows color (decimal): -3776308 or 13394118. OLE color: 13394118.
HSL color Cylindrical-coordinate representation of color #C660CC: hue angle of 296.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C660CC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 96 | 204 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.2 |
| HSL | 296.67º | 0.51% | 0.59% | - |
| HSV(B) | 296.67º | 0.53% | 0.8% | - |
| XYZ | 38.37 | 24.73 | 59.88 | - |
| YUV | 138.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 204 | 0.03 | 0.53 | 0 | 0.2 | 296.67 | 0.51 | 0.59 |
| Hex | C6 | 60 | CC | 3 | 35 | 0 | 14 | 129 | 33 | 3B |
| Octal | 306 | 140 | 314 | 3 | 65 | 0 | 24 | 451 | 63 | 73 |
| Binary | 11000110 | 1100000 | 11001100 | 11 | 110101 | 0 | 10100 | 100101001 | 110011 | 111011 |
Color Harmonies of #C660CC
Complementary color
Monochromatic Colors of #C660CC
Black with #C660CC
Text Example
Text Example
White with #C660CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660CC; }
p { color: rgb(198,96,204); }
H1.HeaderClassName
{
color: #C660CC;
}
.AnyTagClassName
{
color: #C660CC;
}
</style>
background-color css
<style>
a { background-color: #C660CC; }
a { background-color: rgb(198,96,204); }
div.DivClassName
{
background-color: #C660CC;
}
.BgClassName
{
background-color: #C660CC;
}
</style>
border-color css
<style>
span { border-color: #C660CC; }
span { border-color: rgb(198,96,204); }
td.TdClassName
{
border-color: #C660CC;
}
.TagClassName
{
border-color: #C660CC;
}
</style>