Shades of Fuchsia #C669BF
Tints of Fuchsia #C669BF
RGB
CMYK
RGB Variations
Color information
#C669BF (or 0xC669BF) is known color: Fuchsia. HEX triplet: C6, 69 and BF. RGB value is (198,105,191). Sum of RGB (Red+Green+Blue) = 198+105+191=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BF is #399640. Grayscale: #8E8E8E. Windows color (decimal): -3774017 or 12544454. OLE color: 12544454.
HSL color Cylindrical-coordinate representation of color #C669BF: hue angle of 304.52º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C669BF is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 191 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.22 |
| HSL | 304.52º | 0.45% | 0.59% | - |
| HSV(B) | 304.52º | 0.47% | 0.78% | - |
| XYZ | 37.74 | 25.87 | 52.29 | - |
| YUV | 142.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 191 | 0 | 0.47 | 0.04 | 0.22 | 304.52 | 0.45 | 0.59 |
| Hex | C6 | 69 | BF | 0 | 2F | 4 | 16 | 131 | 2D | 3B |
| Octal | 306 | 151 | 277 | 0 | 57 | 4 | 26 | 461 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10111111 | 0 | 101111 | 100 | 10110 | 100110001 | 101101 | 111011 |
Color Harmonies of #C669BF
Complementary color
Monochromatic Colors of #C669BF
Black with #C669BF
Text Example
Text Example
White with #C669BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669BF; }
p { color: rgb(198,105,191); }
H1.HeaderClassName
{
color: #C669BF;
}
.AnyTagClassName
{
color: #C669BF;
}
</style>
background-color css
<style>
a { background-color: #C669BF; }
a { background-color: rgb(198,105,191); }
div.DivClassName
{
background-color: #C669BF;
}
.BgClassName
{
background-color: #C669BF;
}
</style>
border-color css
<style>
span { border-color: #C669BF; }
span { border-color: rgb(198,105,191); }
td.TdClassName
{
border-color: #C669BF;
}
.TagClassName
{
border-color: #C669BF;
}
</style>