Shades of Fuchsia #C66CB0
Tints of Fuchsia #C66CB0
RGB
CMYK
RGB Variations
Color information
#C66CB0 (or 0xC66CB0) is known color: Fuchsia. HEX triplet: C6, 6C and B0. RGB value is (198,108,176). Sum of RGB (Red+Green+Blue) = 198+108+176=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66CB0 is #39934F. Grayscale: #8E8E8E. Windows color (decimal): -3773264 or 11562182. OLE color: 11562182.
HSL color Cylindrical-coordinate representation of color #C66CB0: hue angle of 314.67º 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 #C66CB0 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 176 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.22 |
| HSL | 314.67º | 0.44% | 0.6% | - |
| HSV(B) | 314.67º | 0.45% | 0.78% | - |
| XYZ | 36.49 | 25.87 | 44.14 | - |
| YUV | 142.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 176 | 0 | 0.45 | 0.11 | 0.22 | 314.67 | 0.44 | 0.6 |
| Hex | C6 | 6C | B0 | 0 | 2D | B | 16 | 13B | 2C | 3C |
| Octal | 306 | 154 | 260 | 0 | 55 | 13 | 26 | 473 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10110000 | 0 | 101101 | 1011 | 10110 | 100111011 | 101100 | 111100 |
Color Harmonies of #C66CB0
Complementary color
Monochromatic Colors of #C66CB0
Black with #C66CB0
Text Example
Text Example
White with #C66CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CB0; }
p { color: rgb(198,108,176); }
H1.HeaderClassName
{
color: #C66CB0;
}
.AnyTagClassName
{
color: #C66CB0;
}
</style>
background-color css
<style>
a { background-color: #C66CB0; }
a { background-color: rgb(198,108,176); }
div.DivClassName
{
background-color: #C66CB0;
}
.BgClassName
{
background-color: #C66CB0;
}
</style>
border-color css
<style>
span { border-color: #C66CB0; }
span { border-color: rgb(198,108,176); }
td.TdClassName
{
border-color: #C66CB0;
}
.TagClassName
{
border-color: #C66CB0;
}
</style>