Shades of Fuchsia #C668BE
Tints of Fuchsia #C668BE
RGB
CMYK
RGB Variations
Color information
#C668BE (or 0xC668BE) is known color: Fuchsia. HEX triplet: C6, 68 and BE. RGB value is (198,104,190). Sum of RGB (Red+Green+Blue) = 198+104+190=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BE is #399741. Grayscale: #8D8D8D. Windows color (decimal): -3774274 or 12478662. OLE color: 12478662.
HSL color Cylindrical-coordinate representation of color #C668BE: hue angle of 305.11º 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 #C668BE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 190 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.22 |
| HSL | 305.11º | 0.45% | 0.59% | - |
| HSV(B) | 305.11º | 0.47% | 0.78% | - |
| XYZ | 37.53 | 25.62 | 51.68 | - |
| YUV | 141.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 190 | 0 | 0.47 | 0.04 | 0.22 | 305.11 | 0.45 | 0.59 |
| Hex | C6 | 68 | BE | 0 | 2F | 4 | 16 | 131 | 2D | 3B |
| Octal | 306 | 150 | 276 | 0 | 57 | 4 | 26 | 461 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10111110 | 0 | 101111 | 100 | 10110 | 100110001 | 101101 | 111011 |
Color Harmonies of #C668BE
Complementary color
Monochromatic Colors of #C668BE
Black with #C668BE
Text Example
Text Example
White with #C668BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668BE; }
p { color: rgb(198,104,190); }
H1.HeaderClassName
{
color: #C668BE;
}
.AnyTagClassName
{
color: #C668BE;
}
</style>
background-color css
<style>
a { background-color: #C668BE; }
a { background-color: rgb(198,104,190); }
div.DivClassName
{
background-color: #C668BE;
}
.BgClassName
{
background-color: #C668BE;
}
</style>
border-color css
<style>
span { border-color: #C668BE; }
span { border-color: rgb(198,104,190); }
td.TdClassName
{
border-color: #C668BE;
}
.TagClassName
{
border-color: #C668BE;
}
</style>