Shades of Fuchsia #C963B7
Tints of Fuchsia #C963B7
RGB
CMYK
RGB Variations
Color information
#C963B7 (or 0xC963B7) is known color: Fuchsia. HEX triplet: C9, 63 and B7. RGB value is (201,99,183). Sum of RGB (Red+Green+Blue) = 201+99+183=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C963B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963B7 is #369C48. Grayscale: #8A8A8A. Windows color (decimal): -3578953 or 12018633. OLE color: 12018633.
HSL color Cylindrical-coordinate representation of color #C963B7: hue angle of 310.59º 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 #C963B7 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 183 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.21 |
| HSL | 310.59º | 0.49% | 0.59% | - |
| HSV(B) | 310.59º | 0.51% | 0.79% | - |
| XYZ | 37.1 | 24.76 | 47.62 | - |
| YUV | 139.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 183 | 0 | 0.51 | 0.09 | 0.21 | 310.59 | 0.49 | 0.59 |
| Hex | C9 | 63 | B7 | 0 | 33 | 9 | 15 | 137 | 31 | 3B |
| Octal | 311 | 143 | 267 | 0 | 63 | 11 | 25 | 467 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10110111 | 0 | 110011 | 1001 | 10101 | 100110111 | 110001 | 111011 |
Color Harmonies of #C963B7
Complementary color
Monochromatic Colors of #C963B7
Black with #C963B7
Text Example
Text Example
White with #C963B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963B7; }
p { color: rgb(201,99,183); }
H1.HeaderClassName
{
color: #C963B7;
}
.AnyTagClassName
{
color: #C963B7;
}
</style>
background-color css
<style>
a { background-color: #C963B7; }
a { background-color: rgb(201,99,183); }
div.DivClassName
{
background-color: #C963B7;
}
.BgClassName
{
background-color: #C963B7;
}
</style>
border-color css
<style>
span { border-color: #C963B7; }
span { border-color: rgb(201,99,183); }
td.TdClassName
{
border-color: #C963B7;
}
.TagClassName
{
border-color: #C963B7;
}
</style>