Shades of Fuchsia #C661CC
Tints of Fuchsia #C661CC
RGB
CMYK
RGB Variations
Color information
#C661CC (or 0xC661CC) is known color: Fuchsia. HEX triplet: C6, 61 and CC. RGB value is (198,97,204). Sum of RGB (Red+Green+Blue) = 198+97+204=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C661CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661CC is #399E33. Grayscale: #8B8B8B. Windows color (decimal): -3776052 or 13394374. OLE color: 13394374.
HSL color Cylindrical-coordinate representation of color #C661CC: hue angle of 296.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C661CC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 97 | 204 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.2 |
| HSL | 296.64º | 0.51% | 0.59% | - |
| HSV(B) | 296.64º | 0.52% | 0.8% | - |
| XYZ | 38.46 | 24.91 | 59.91 | - |
| YUV | 139.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 204 | 0.03 | 0.52 | 0 | 0.2 | 296.64 | 0.51 | 0.59 |
| Hex | C6 | 61 | CC | 3 | 34 | 0 | 14 | 129 | 33 | 3B |
| Octal | 306 | 141 | 314 | 3 | 64 | 0 | 24 | 451 | 63 | 73 |
| Binary | 11000110 | 1100001 | 11001100 | 11 | 110100 | 0 | 10100 | 100101001 | 110011 | 111011 |
Color Harmonies of #C661CC
Complementary color
Monochromatic Colors of #C661CC
Black with #C661CC
Text Example
Text Example
White with #C661CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661CC; }
p { color: rgb(198,97,204); }
H1.HeaderClassName
{
color: #C661CC;
}
.AnyTagClassName
{
color: #C661CC;
}
</style>
background-color css
<style>
a { background-color: #C661CC; }
a { background-color: rgb(198,97,204); }
div.DivClassName
{
background-color: #C661CC;
}
.BgClassName
{
background-color: #C661CC;
}
</style>
border-color css
<style>
span { border-color: #C661CC; }
span { border-color: rgb(198,97,204); }
td.TdClassName
{
border-color: #C661CC;
}
.TagClassName
{
border-color: #C661CC;
}
</style>