Shades of Fuchsia #C666C1
Tints of Fuchsia #C666C1
RGB
CMYK
RGB Variations
Color information
#C666C1 (or 0xC666C1) is known color: Fuchsia. HEX triplet: C6, 66 and C1. RGB value is (198,102,193). Sum of RGB (Red+Green+Blue) = 198+102+193=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C666C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666C1 is #39993E. Grayscale: #8C8C8C. Windows color (decimal): -3774783 or 12674758. OLE color: 12674758.
HSL color Cylindrical-coordinate representation of color #C666C1: hue angle of 303.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666C1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 193 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.22 |
| HSL | 303.13º | 0.46% | 0.59% | - |
| HSV(B) | 303.13º | 0.48% | 0.78% | - |
| XYZ | 37.67 | 25.36 | 53.36 | - |
| YUV | 141.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 193 | 0 | 0.48 | 0.03 | 0.22 | 303.13 | 0.46 | 0.59 |
| Hex | C6 | 66 | C1 | 0 | 30 | 3 | 16 | 12F | 2E | 3B |
| Octal | 306 | 146 | 301 | 0 | 60 | 3 | 26 | 457 | 56 | 73 |
| Binary | 11000110 | 1100110 | 11000001 | 0 | 110000 | 11 | 10110 | 100101111 | 101110 | 111011 |
Color Harmonies of #C666C1
Complementary color
Monochromatic Colors of #C666C1
Black with #C666C1
Text Example
Text Example
White with #C666C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666C1; }
p { color: rgb(198,102,193); }
H1.HeaderClassName
{
color: #C666C1;
}
.AnyTagClassName
{
color: #C666C1;
}
</style>
background-color css
<style>
a { background-color: #C666C1; }
a { background-color: rgb(198,102,193); }
div.DivClassName
{
background-color: #C666C1;
}
.BgClassName
{
background-color: #C666C1;
}
</style>
border-color css
<style>
span { border-color: #C666C1; }
span { border-color: rgb(198,102,193); }
td.TdClassName
{
border-color: #C666C1;
}
.TagClassName
{
border-color: #C666C1;
}
</style>