Shades of Fuchsia #C666BD
Tints of Fuchsia #C666BD
RGB
CMYK
RGB Variations
Color information
#C666BD (or 0xC666BD) is known color: Fuchsia. HEX triplet: C6, 66 and BD. RGB value is (198,102,189). Sum of RGB (Red+Green+Blue) = 198+102+189=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C666BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666BD is #399942. Grayscale: #8C8C8C. Windows color (decimal): -3774787 or 12412614. OLE color: 12412614.
HSL color Cylindrical-coordinate representation of color #C666BD: hue angle of 305.62º 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 #C666BD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 189 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.22 |
| HSL | 305.63º | 0.46% | 0.59% | - |
| HSV(B) | 305.63º | 0.48% | 0.78% | - |
| XYZ | 37.23 | 25.18 | 51.04 | - |
| YUV | 140.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 189 | 0 | 0.48 | 0.05 | 0.22 | 305.63 | 0.46 | 0.59 |
| Hex | C6 | 66 | BD | 0 | 30 | 5 | 16 | 132 | 2E | 3B |
| Octal | 306 | 146 | 275 | 0 | 60 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10111101 | 0 | 110000 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C666BD
Complementary color
Monochromatic Colors of #C666BD
Black with #C666BD
Text Example
Text Example
White with #C666BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666BD; }
p { color: rgb(198,102,189); }
H1.HeaderClassName
{
color: #C666BD;
}
.AnyTagClassName
{
color: #C666BD;
}
</style>
background-color css
<style>
a { background-color: #C666BD; }
a { background-color: rgb(198,102,189); }
div.DivClassName
{
background-color: #C666BD;
}
.BgClassName
{
background-color: #C666BD;
}
</style>
border-color css
<style>
span { border-color: #C666BD; }
span { border-color: rgb(198,102,189); }
td.TdClassName
{
border-color: #C666BD;
}
.TagClassName
{
border-color: #C666BD;
}
</style>