Shades of Fuchsia #C666B2
Tints of Fuchsia #C666B2
RGB
CMYK
RGB Variations
Color information
#C666B2 (or 0xC666B2) is known color: Fuchsia. HEX triplet: C6, 66 and B2. RGB value is (198,102,178). Sum of RGB (Red+Green+Blue) = 198+102+178=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C666B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666B2 is #39994D. Grayscale: #8B8B8B. Windows color (decimal): -3774798 or 11691718. OLE color: 11691718.
HSL color Cylindrical-coordinate representation of color #C666B2: hue angle of 312.5º 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 #C666B2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 178 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.22 |
| HSL | 312.5º | 0.46% | 0.59% | - |
| HSV(B) | 312.5º | 0.48% | 0.78% | - |
| XYZ | 36.08 | 24.72 | 44.99 | - |
| YUV | 139.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 178 | 0 | 0.48 | 0.10 | 0.22 | 312.5 | 0.46 | 0.59 |
| Hex | C6 | 66 | B2 | 0 | 30 | A | 16 | 138 | 2E | 3B |
| Octal | 306 | 146 | 262 | 0 | 60 | 12 | 26 | 470 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10110010 | 0 | 110000 | 1010 | 10110 | 100111000 | 101110 | 111011 |
Color Harmonies of #C666B2
Complementary color
Monochromatic Colors of #C666B2
Black with #C666B2
Text Example
Text Example
White with #C666B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666B2; }
p { color: rgb(198,102,178); }
H1.HeaderClassName
{
color: #C666B2;
}
.AnyTagClassName
{
color: #C666B2;
}
</style>
background-color css
<style>
a { background-color: #C666B2; }
a { background-color: rgb(198,102,178); }
div.DivClassName
{
background-color: #C666B2;
}
.BgClassName
{
background-color: #C666B2;
}
</style>
border-color css
<style>
span { border-color: #C666B2; }
span { border-color: rgb(198,102,178); }
td.TdClassName
{
border-color: #C666B2;
}
.TagClassName
{
border-color: #C666B2;
}
</style>