Shades of Fuchsia #C667BB
Tints of Fuchsia #C667BB
RGB
CMYK
RGB Variations
Color information
#C667BB (or 0xC667BB) is known color: Fuchsia. HEX triplet: C6, 67 and BB. RGB value is (198,103,187). Sum of RGB (Red+Green+Blue) = 198+103+187=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C667BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667BB is #399844. Grayscale: #8C8C8C. Windows color (decimal): -3774533 or 12281798. OLE color: 12281798.
HSL color Cylindrical-coordinate representation of color #C667BB: hue angle of 306.95º degrees, saturation: 0.45, 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 #C667BB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 187 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.22 |
| HSL | 306.95º | 0.45% | 0.59% | - |
| HSV(B) | 306.95º | 0.48% | 0.78% | - |
| XYZ | 37.11 | 25.29 | 49.94 | - |
| YUV | 140.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 187 | 0 | 0.48 | 0.06 | 0.22 | 306.95 | 0.45 | 0.59 |
| Hex | C6 | 67 | BB | 0 | 30 | 6 | 16 | 133 | 2D | 3B |
| Octal | 306 | 147 | 273 | 0 | 60 | 6 | 26 | 463 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10111011 | 0 | 110000 | 110 | 10110 | 100110011 | 101101 | 111011 |
Color Harmonies of #C667BB
Complementary color
Monochromatic Colors of #C667BB
Black with #C667BB
Text Example
Text Example
White with #C667BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667BB; }
p { color: rgb(198,103,187); }
H1.HeaderClassName
{
color: #C667BB;
}
.AnyTagClassName
{
color: #C667BB;
}
</style>
background-color css
<style>
a { background-color: #C667BB; }
a { background-color: rgb(198,103,187); }
div.DivClassName
{
background-color: #C667BB;
}
.BgClassName
{
background-color: #C667BB;
}
</style>
border-color css
<style>
span { border-color: #C667BB; }
span { border-color: rgb(198,103,187); }
td.TdClassName
{
border-color: #C667BB;
}
.TagClassName
{
border-color: #C667BB;
}
</style>