Shades of Fuchsia #C669BE
Tints of Fuchsia #C669BE
RGB
CMYK
RGB Variations
Color information
#C669BE (or 0xC669BE) is known color: Fuchsia. HEX triplet: C6, 69 and BE. RGB value is (198,105,190). Sum of RGB (Red+Green+Blue) = 198+105+190=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BE is #399641. Grayscale: #8E8E8E. Windows color (decimal): -3774018 or 12478918. OLE color: 12478918.
HSL color Cylindrical-coordinate representation of color #C669BE: hue angle of 305.16º 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 #C669BE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 190 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.22 |
| HSL | 305.16º | 0.45% | 0.59% | - |
| HSV(B) | 305.16º | 0.47% | 0.78% | - |
| XYZ | 37.63 | 25.83 | 51.72 | - |
| YUV | 142.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 190 | 0 | 0.47 | 0.04 | 0.22 | 305.16 | 0.45 | 0.59 |
| Hex | C6 | 69 | BE | 0 | 2F | 4 | 16 | 131 | 2D | 3B |
| Octal | 306 | 151 | 276 | 0 | 57 | 4 | 26 | 461 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10111110 | 0 | 101111 | 100 | 10110 | 100110001 | 101101 | 111011 |
Color Harmonies of #C669BE
Complementary color
Monochromatic Colors of #C669BE
Black with #C669BE
Text Example
Text Example
White with #C669BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669BE; }
p { color: rgb(198,105,190); }
H1.HeaderClassName
{
color: #C669BE;
}
.AnyTagClassName
{
color: #C669BE;
}
</style>
background-color css
<style>
a { background-color: #C669BE; }
a { background-color: rgb(198,105,190); }
div.DivClassName
{
background-color: #C669BE;
}
.BgClassName
{
background-color: #C669BE;
}
</style>
border-color css
<style>
span { border-color: #C669BE; }
span { border-color: rgb(198,105,190); }
td.TdClassName
{
border-color: #C669BE;
}
.TagClassName
{
border-color: #C669BE;
}
</style>