Shades of Fuchsia #C66BAF
Tints of Fuchsia #C66BAF
RGB
CMYK
RGB Variations
Color information
#C66BAF (or 0xC66BAF) is known color: Fuchsia. HEX triplet: C6, 6B and AF. RGB value is (198,107,175). Sum of RGB (Red+Green+Blue) = 198+107+175=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAF is #399450. Grayscale: #8D8D8D. Windows color (decimal): -3773521 or 11496390. OLE color: 11496390.
HSL color Cylindrical-coordinate representation of color #C66BAF: hue angle of 315.16º 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 #C66BAF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 175 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.22 |
| HSL | 315.16º | 0.44% | 0.6% | - |
| HSV(B) | 315.16º | 0.46% | 0.78% | - |
| XYZ | 36.28 | 25.62 | 43.59 | - |
| YUV | 141.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 175 | 0 | 0.46 | 0.12 | 0.22 | 315.16 | 0.44 | 0.6 |
| Hex | C6 | 6B | AF | 0 | 2E | C | 16 | 13B | 2C | 3C |
| Octal | 306 | 153 | 257 | 0 | 56 | 14 | 26 | 473 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10101111 | 0 | 101110 | 1100 | 10110 | 100111011 | 101100 | 111100 |
Color Harmonies of #C66BAF
Complementary color
Monochromatic Colors of #C66BAF
Black with #C66BAF
Text Example
Text Example
White with #C66BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BAF; }
p { color: rgb(198,107,175); }
H1.HeaderClassName
{
color: #C66BAF;
}
.AnyTagClassName
{
color: #C66BAF;
}
</style>
background-color css
<style>
a { background-color: #C66BAF; }
a { background-color: rgb(198,107,175); }
div.DivClassName
{
background-color: #C66BAF;
}
.BgClassName
{
background-color: #C66BAF;
}
</style>
border-color css
<style>
span { border-color: #C66BAF; }
span { border-color: rgb(198,107,175); }
td.TdClassName
{
border-color: #C66BAF;
}
.TagClassName
{
border-color: #C66BAF;
}
</style>