Shades of Fuchsia #C66CC3
Tints of Fuchsia #C66CC3
RGB
CMYK
RGB Variations
Color information
#C66CC3 (or 0xC66CC3) is known color: Fuchsia. HEX triplet: C6, 6C and C3. RGB value is (198,108,195). Sum of RGB (Red+Green+Blue) = 198+108+195=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CC3 is #39933C. Grayscale: #909090. Windows color (decimal): -3773245 or 12807366. OLE color: 12807366.
HSL color Cylindrical-coordinate representation of color #C66CC3: hue angle of 302º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66CC3 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 195 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.22 |
| HSL | 302º | 0.44% | 0.6% | - |
| HSV(B) | 302º | 0.45% | 0.78% | - |
| XYZ | 38.5 | 26.67 | 54.75 | - |
| YUV | 144.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 195 | 0 | 0.45 | 0.02 | 0.22 | 302 | 0.44 | 0.6 |
| Hex | C6 | 6C | C3 | 0 | 2D | 2 | 16 | 12E | 2C | 3C |
| Octal | 306 | 154 | 303 | 0 | 55 | 2 | 26 | 456 | 54 | 74 |
| Binary | 11000110 | 1101100 | 11000011 | 0 | 101101 | 10 | 10110 | 100101110 | 101100 | 111100 |
Color Harmonies of #C66CC3
Complementary color
Monochromatic Colors of #C66CC3
Black with #C66CC3
Text Example
Text Example
White with #C66CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CC3; }
p { color: rgb(198,108,195); }
H1.HeaderClassName
{
color: #C66CC3;
}
.AnyTagClassName
{
color: #C66CC3;
}
</style>
background-color css
<style>
a { background-color: #C66CC3; }
a { background-color: rgb(198,108,195); }
div.DivClassName
{
background-color: #C66CC3;
}
.BgClassName
{
background-color: #C66CC3;
}
</style>
border-color css
<style>
span { border-color: #C66CC3; }
span { border-color: rgb(198,108,195); }
td.TdClassName
{
border-color: #C66CC3;
}
.TagClassName
{
border-color: #C66CC3;
}
</style>