Shades of Fuchsia #C668B8
Tints of Fuchsia #C668B8
RGB
CMYK
RGB Variations
Color information
#C668B8 (or 0xC668B8) is known color: Fuchsia. HEX triplet: C6, 68 and B8. RGB value is (198,104,184). Sum of RGB (Red+Green+Blue) = 198+104+184=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C668B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668B8 is #399747. Grayscale: #8D8D8D. Windows color (decimal): -3774280 or 12085446. OLE color: 12085446.
HSL color Cylindrical-coordinate representation of color #C668B8: hue angle of 308.94º 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 #C668B8 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 184 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.22 |
| HSL | 308.94º | 0.45% | 0.59% | - |
| HSV(B) | 308.94º | 0.47% | 0.78% | - |
| XYZ | 36.89 | 25.37 | 48.3 | - |
| YUV | 141.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 184 | 0 | 0.47 | 0.07 | 0.22 | 308.94 | 0.45 | 0.59 |
| Hex | C6 | 68 | B8 | 0 | 2F | 7 | 16 | 135 | 2D | 3B |
| Octal | 306 | 150 | 270 | 0 | 57 | 7 | 26 | 465 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10111000 | 0 | 101111 | 111 | 10110 | 100110101 | 101101 | 111011 |
Color Harmonies of #C668B8
Complementary color
Monochromatic Colors of #C668B8
Black with #C668B8
Text Example
Text Example
White with #C668B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668B8; }
p { color: rgb(198,104,184); }
H1.HeaderClassName
{
color: #C668B8;
}
.AnyTagClassName
{
color: #C668B8;
}
</style>
background-color css
<style>
a { background-color: #C668B8; }
a { background-color: rgb(198,104,184); }
div.DivClassName
{
background-color: #C668B8;
}
.BgClassName
{
background-color: #C668B8;
}
</style>
border-color css
<style>
span { border-color: #C668B8; }
span { border-color: rgb(198,104,184); }
td.TdClassName
{
border-color: #C668B8;
}
.TagClassName
{
border-color: #C668B8;
}
</style>