Shades of Fuchsia #C669BC
Tints of Fuchsia #C669BC
RGB
CMYK
RGB Variations
Color information
#C669BC (or 0xC669BC) is known color: Fuchsia. HEX triplet: C6, 69 and BC. RGB value is (198,105,188). Sum of RGB (Red+Green+Blue) = 198+105+188=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BC is #399643. Grayscale: #8E8E8E. Windows color (decimal): -3774020 or 12347846. OLE color: 12347846.
HSL color Cylindrical-coordinate representation of color #C669BC: hue angle of 306.45º 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 #C669BC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 188 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.22 |
| HSL | 306.45º | 0.45% | 0.59% | - |
| HSV(B) | 306.45º | 0.47% | 0.78% | - |
| XYZ | 37.42 | 25.74 | 50.57 | - |
| YUV | 142.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 188 | 0 | 0.47 | 0.05 | 0.22 | 306.45 | 0.45 | 0.59 |
| Hex | C6 | 69 | BC | 0 | 2F | 5 | 16 | 132 | 2D | 3B |
| Octal | 306 | 151 | 274 | 0 | 57 | 5 | 26 | 462 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10111100 | 0 | 101111 | 101 | 10110 | 100110010 | 101101 | 111011 |
Color Harmonies of #C669BC
Complementary color
Monochromatic Colors of #C669BC
Black with #C669BC
Text Example
Text Example
White with #C669BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669BC; }
p { color: rgb(198,105,188); }
H1.HeaderClassName
{
color: #C669BC;
}
.AnyTagClassName
{
color: #C669BC;
}
</style>
background-color css
<style>
a { background-color: #C669BC; }
a { background-color: rgb(198,105,188); }
div.DivClassName
{
background-color: #C669BC;
}
.BgClassName
{
background-color: #C669BC;
}
</style>
border-color css
<style>
span { border-color: #C669BC; }
span { border-color: rgb(198,105,188); }
td.TdClassName
{
border-color: #C669BC;
}
.TagClassName
{
border-color: #C669BC;
}
</style>