Shades of Fuchsia #C663BD
Tints of Fuchsia #C663BD
RGB
CMYK
RGB Variations
Color information
#C663BD (or 0xC663BD) is known color: Fuchsia. HEX triplet: C6, 63 and BD. RGB value is (198,99,189). Sum of RGB (Red+Green+Blue) = 198+99+189=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C663BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663BD is #399C42. Grayscale: #8A8A8A. Windows color (decimal): -3775555 or 12411846. OLE color: 12411846.
HSL color Cylindrical-coordinate representation of color #C663BD: hue angle of 305.45º 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 #C663BD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 189 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.22 |
| HSL | 305.45º | 0.46% | 0.58% | - |
| HSV(B) | 305.45º | 0.5% | 0.78% | - |
| XYZ | 36.94 | 24.6 | 50.95 | - |
| YUV | 138.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 189 | 0 | 0.50 | 0.05 | 0.22 | 305.45 | 0.46 | 0.58 |
| Hex | C6 | 63 | BD | 0 | 32 | 5 | 16 | 131 | 2E | 3A |
| Octal | 306 | 143 | 275 | 0 | 62 | 5 | 26 | 461 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10111101 | 0 | 110010 | 101 | 10110 | 100110001 | 101110 | 111010 |
Color Harmonies of #C663BD
Complementary color
Monochromatic Colors of #C663BD
Black with #C663BD
Text Example
Text Example
White with #C663BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663BD; }
p { color: rgb(198,99,189); }
H1.HeaderClassName
{
color: #C663BD;
}
.AnyTagClassName
{
color: #C663BD;
}
</style>
background-color css
<style>
a { background-color: #C663BD; }
a { background-color: rgb(198,99,189); }
div.DivClassName
{
background-color: #C663BD;
}
.BgClassName
{
background-color: #C663BD;
}
</style>
border-color css
<style>
span { border-color: #C663BD; }
span { border-color: rgb(198,99,189); }
td.TdClassName
{
border-color: #C663BD;
}
.TagClassName
{
border-color: #C663BD;
}
</style>