Shades of Fuchsia #C667C0
Tints of Fuchsia #C667C0
RGB
CMYK
RGB Variations
Color information
#C667C0 (or 0xC667C0) is known color: Fuchsia. HEX triplet: C6, 67 and C0. RGB value is (198,103,192). Sum of RGB (Red+Green+Blue) = 198+103+192=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C667C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667C0 is #39983F. Grayscale: #8D8D8D. Windows color (decimal): -3774528 or 12609478. OLE color: 12609478.
HSL color Cylindrical-coordinate representation of color #C667C0: hue angle of 303.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C667C0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 192 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.22 |
| HSL | 303.79º | 0.45% | 0.59% | - |
| HSV(B) | 303.79º | 0.48% | 0.78% | - |
| XYZ | 37.65 | 25.51 | 52.81 | - |
| YUV | 141.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 192 | 0 | 0.48 | 0.03 | 0.22 | 303.79 | 0.45 | 0.59 |
| Hex | C6 | 67 | C0 | 0 | 30 | 3 | 16 | 130 | 2D | 3B |
| Octal | 306 | 147 | 300 | 0 | 60 | 3 | 26 | 460 | 55 | 73 |
| Binary | 11000110 | 1100111 | 11000000 | 0 | 110000 | 11 | 10110 | 100110000 | 101101 | 111011 |
Color Harmonies of #C667C0
Complementary color
Monochromatic Colors of #C667C0
Black with #C667C0
Text Example
Text Example
White with #C667C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667C0; }
p { color: rgb(198,103,192); }
H1.HeaderClassName
{
color: #C667C0;
}
.AnyTagClassName
{
color: #C667C0;
}
</style>
background-color css
<style>
a { background-color: #C667C0; }
a { background-color: rgb(198,103,192); }
div.DivClassName
{
background-color: #C667C0;
}
.BgClassName
{
background-color: #C667C0;
}
</style>
border-color css
<style>
span { border-color: #C667C0; }
span { border-color: rgb(198,103,192); }
td.TdClassName
{
border-color: #C667C0;
}
.TagClassName
{
border-color: #C667C0;
}
</style>