Shades of Fuchsia #C66BC2
Tints of Fuchsia #C66BC2
RGB
CMYK
RGB Variations
Color information
#C66BC2 (or 0xC66BC2) is known color: Fuchsia. HEX triplet: C6, 6B and C2. RGB value is (198,107,194). Sum of RGB (Red+Green+Blue) = 198+107+194=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BC2 is #39943D. Grayscale: #8F8F8F. Windows color (decimal): -3773502 or 12741574. OLE color: 12741574.
HSL color Cylindrical-coordinate representation of color #C66BC2: hue angle of 302.64º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66BC2 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 194 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.22 |
| HSL | 302.64º | 0.44% | 0.6% | - |
| HSV(B) | 302.64º | 0.46% | 0.78% | - |
| XYZ | 38.28 | 26.42 | 54.12 | - |
| YUV | 144.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 194 | 0 | 0.46 | 0.02 | 0.22 | 302.64 | 0.44 | 0.6 |
| Hex | C6 | 6B | C2 | 0 | 2E | 2 | 16 | 12F | 2C | 3C |
| Octal | 306 | 153 | 302 | 0 | 56 | 2 | 26 | 457 | 54 | 74 |
| Binary | 11000110 | 1101011 | 11000010 | 0 | 101110 | 10 | 10110 | 100101111 | 101100 | 111100 |
Color Harmonies of #C66BC2
Complementary color
Monochromatic Colors of #C66BC2
Black with #C66BC2
Text Example
Text Example
White with #C66BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BC2; }
p { color: rgb(198,107,194); }
H1.HeaderClassName
{
color: #C66BC2;
}
.AnyTagClassName
{
color: #C66BC2;
}
</style>
background-color css
<style>
a { background-color: #C66BC2; }
a { background-color: rgb(198,107,194); }
div.DivClassName
{
background-color: #C66BC2;
}
.BgClassName
{
background-color: #C66BC2;
}
</style>
border-color css
<style>
span { border-color: #C66BC2; }
span { border-color: rgb(198,107,194); }
td.TdClassName
{
border-color: #C66BC2;
}
.TagClassName
{
border-color: #C66BC2;
}
</style>