Shades of Fuchsia #C963B9
Tints of Fuchsia #C963B9
RGB
CMYK
RGB Variations
Color information
#C963B9 (or 0xC963B9) is known color: Fuchsia. HEX triplet: C9, 63 and B9. RGB value is (201,99,185). Sum of RGB (Red+Green+Blue) = 201+99+185=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C963B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963B9 is #369C46. Grayscale: #8B8B8B. Windows color (decimal): -3578951 or 12149705. OLE color: 12149705.
HSL color Cylindrical-coordinate representation of color #C963B9: hue angle of 309.41º 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 #C963B9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 185 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.21 |
| HSL | 309.41º | 0.49% | 0.59% | - |
| HSV(B) | 309.41º | 0.51% | 0.79% | - |
| XYZ | 37.31 | 24.84 | 48.73 | - |
| YUV | 139.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 185 | 0 | 0.51 | 0.08 | 0.21 | 309.41 | 0.49 | 0.59 |
| Hex | C9 | 63 | B9 | 0 | 33 | 8 | 15 | 135 | 31 | 3B |
| Octal | 311 | 143 | 271 | 0 | 63 | 10 | 25 | 465 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10111001 | 0 | 110011 | 1000 | 10101 | 100110101 | 110001 | 111011 |
Color Harmonies of #C963B9
Complementary color
Monochromatic Colors of #C963B9
Black with #C963B9
Text Example
Text Example
White with #C963B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963B9; }
p { color: rgb(201,99,185); }
H1.HeaderClassName
{
color: #C963B9;
}
.AnyTagClassName
{
color: #C963B9;
}
</style>
background-color css
<style>
a { background-color: #C963B9; }
a { background-color: rgb(201,99,185); }
div.DivClassName
{
background-color: #C963B9;
}
.BgClassName
{
background-color: #C963B9;
}
</style>
border-color css
<style>
span { border-color: #C963B9; }
span { border-color: rgb(201,99,185); }
td.TdClassName
{
border-color: #C963B9;
}
.TagClassName
{
border-color: #C963B9;
}
</style>