Shades of Fuchsia #C963BA
Tints of Fuchsia #C963BA
RGB
CMYK
RGB Variations
Color information
#C963BA (or 0xC963BA) is known color: Fuchsia. HEX triplet: C9, 63 and BA. RGB value is (201,99,186). Sum of RGB (Red+Green+Blue) = 201+99+186=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C963BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963BA is #369C45. Grayscale: #8B8B8B. Windows color (decimal): -3578950 or 12215241. OLE color: 12215241.
HSL color Cylindrical-coordinate representation of color #C963BA: hue angle of 308.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963BA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 186 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.21 |
| HSL | 308.82º | 0.49% | 0.59% | - |
| HSV(B) | 308.82º | 0.51% | 0.79% | - |
| XYZ | 37.41 | 24.89 | 49.29 | - |
| YUV | 139.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 186 | 0 | 0.51 | 0.07 | 0.21 | 308.82 | 0.49 | 0.59 |
| Hex | C9 | 63 | BA | 0 | 33 | 7 | 15 | 135 | 31 | 3B |
| Octal | 311 | 143 | 272 | 0 | 63 | 7 | 25 | 465 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10111010 | 0 | 110011 | 111 | 10101 | 100110101 | 110001 | 111011 |
Color Harmonies of #C963BA
Complementary color
Monochromatic Colors of #C963BA
Black with #C963BA
Text Example
Text Example
White with #C963BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963BA; }
p { color: rgb(201,99,186); }
H1.HeaderClassName
{
color: #C963BA;
}
.AnyTagClassName
{
color: #C963BA;
}
</style>
background-color css
<style>
a { background-color: #C963BA; }
a { background-color: rgb(201,99,186); }
div.DivClassName
{
background-color: #C963BA;
}
.BgClassName
{
background-color: #C963BA;
}
</style>
border-color css
<style>
span { border-color: #C963BA; }
span { border-color: rgb(201,99,186); }
td.TdClassName
{
border-color: #C963BA;
}
.TagClassName
{
border-color: #C963BA;
}
</style>