Shades of Fuchsia #C661CE
Tints of Fuchsia #C661CE
RGB
CMYK
RGB Variations
Color information
#C661CE (or 0xC661CE) is known color: Fuchsia. HEX triplet: C6, 61 and CE. RGB value is (198,97,206). Sum of RGB (Red+Green+Blue) = 198+97+206=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C661CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661CE is #399E31. Grayscale: #8B8B8B. Windows color (decimal): -3776050 or 13525446. OLE color: 13525446.
HSL color Cylindrical-coordinate representation of color #C661CE: hue angle of 295.6º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C661CE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 97 | 206 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.19 |
| HSL | 295.6º | 0.53% | 0.59% | - |
| HSV(B) | 295.6º | 0.53% | 0.81% | - |
| XYZ | 38.7 | 25.01 | 61.18 | - |
| YUV | 139.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 206 | 0.04 | 0.53 | 0 | 0.19 | 295.6 | 0.53 | 0.59 |
| Hex | C6 | 61 | CE | 4 | 35 | 0 | 13 | 128 | 35 | 3B |
| Octal | 306 | 141 | 316 | 4 | 65 | 0 | 23 | 450 | 65 | 73 |
| Binary | 11000110 | 1100001 | 11001110 | 100 | 110101 | 0 | 10011 | 100101000 | 110101 | 111011 |
Color Harmonies of #C661CE
Complementary color
Monochromatic Colors of #C661CE
Black with #C661CE
Text Example
Text Example
White with #C661CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661CE; }
p { color: rgb(198,97,206); }
H1.HeaderClassName
{
color: #C661CE;
}
.AnyTagClassName
{
color: #C661CE;
}
</style>
background-color css
<style>
a { background-color: #C661CE; }
a { background-color: rgb(198,97,206); }
div.DivClassName
{
background-color: #C661CE;
}
.BgClassName
{
background-color: #C661CE;
}
</style>
border-color css
<style>
span { border-color: #C661CE; }
span { border-color: rgb(198,97,206); }
td.TdClassName
{
border-color: #C661CE;
}
.TagClassName
{
border-color: #C661CE;
}
</style>