Shades of Fuchsia #C667BF
Tints of Fuchsia #C667BF
RGB
CMYK
RGB Variations
Color information
#C667BF (or 0xC667BF) is known color: Fuchsia. HEX triplet: C6, 67 and BF. RGB value is (198,103,191). Sum of RGB (Red+Green+Blue) = 198+103+191=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C667BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667BF is #399840. Grayscale: #8D8D8D. Windows color (decimal): -3774529 or 12543942. OLE color: 12543942.
HSL color Cylindrical-coordinate representation of color #C667BF: hue angle of 304.42º 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 #C667BF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 191 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.22 |
| HSL | 304.42º | 0.45% | 0.59% | - |
| HSV(B) | 304.42º | 0.48% | 0.78% | - |
| XYZ | 37.54 | 25.47 | 52.23 | - |
| YUV | 141.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 191 | 0 | 0.48 | 0.04 | 0.22 | 304.42 | 0.45 | 0.59 |
| Hex | C6 | 67 | BF | 0 | 30 | 4 | 16 | 130 | 2D | 3B |
| Octal | 306 | 147 | 277 | 0 | 60 | 4 | 26 | 460 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10111111 | 0 | 110000 | 100 | 10110 | 100110000 | 101101 | 111011 |
Color Harmonies of #C667BF
Complementary color
Monochromatic Colors of #C667BF
Black with #C667BF
Text Example
Text Example
White with #C667BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667BF; }
p { color: rgb(198,103,191); }
H1.HeaderClassName
{
color: #C667BF;
}
.AnyTagClassName
{
color: #C667BF;
}
</style>
background-color css
<style>
a { background-color: #C667BF; }
a { background-color: rgb(198,103,191); }
div.DivClassName
{
background-color: #C667BF;
}
.BgClassName
{
background-color: #C667BF;
}
</style>
border-color css
<style>
span { border-color: #C667BF; }
span { border-color: rgb(198,103,191); }
td.TdClassName
{
border-color: #C667BF;
}
.TagClassName
{
border-color: #C667BF;
}
</style>