Shades of Fuchsia #C663B7
Tints of Fuchsia #C663B7
RGB
CMYK
RGB Variations
Color information
#C663B7 (or 0xC663B7) is known color: Fuchsia. HEX triplet: C6, 63 and B7. RGB value is (198,99,183). Sum of RGB (Red+Green+Blue) = 198+99+183=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C663B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663B7 is #399C48. Grayscale: #898989. Windows color (decimal): -3775561 or 12018630. OLE color: 12018630.
HSL color Cylindrical-coordinate representation of color #C663B7: hue angle of 309.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C663B7 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 183 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.22 |
| HSL | 309.09º | 0.46% | 0.58% | - |
| HSV(B) | 309.09º | 0.5% | 0.78% | - |
| XYZ | 36.3 | 24.35 | 47.59 | - |
| YUV | 138.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 183 | 0 | 0.50 | 0.08 | 0.22 | 309.09 | 0.46 | 0.58 |
| Hex | C6 | 63 | B7 | 0 | 32 | 8 | 16 | 135 | 2E | 3A |
| Octal | 306 | 143 | 267 | 0 | 62 | 10 | 26 | 465 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10110111 | 0 | 110010 | 1000 | 10110 | 100110101 | 101110 | 111010 |
Color Harmonies of #C663B7
Complementary color
Monochromatic Colors of #C663B7
Black with #C663B7
Text Example
Text Example
White with #C663B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663B7; }
p { color: rgb(198,99,183); }
H1.HeaderClassName
{
color: #C663B7;
}
.AnyTagClassName
{
color: #C663B7;
}
</style>
background-color css
<style>
a { background-color: #C663B7; }
a { background-color: rgb(198,99,183); }
div.DivClassName
{
background-color: #C663B7;
}
.BgClassName
{
background-color: #C663B7;
}
</style>
border-color css
<style>
span { border-color: #C663B7; }
span { border-color: rgb(198,99,183); }
td.TdClassName
{
border-color: #C663B7;
}
.TagClassName
{
border-color: #C663B7;
}
</style>