Shades of Fuchsia #C965BA
Tints of Fuchsia #C965BA
RGB
CMYK
RGB Variations
Color information
#C965BA (or 0xC965BA) is known color: Fuchsia. HEX triplet: C9, 65 and BA. RGB value is (201,101,186). Sum of RGB (Red+Green+Blue) = 201+101+186=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BA is #369A45. Grayscale: #8C8C8C. Windows color (decimal): -3578438 or 12215753. OLE color: 12215753.
HSL color Cylindrical-coordinate representation of color #C965BA: hue angle of 309º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965BA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 186 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.21 |
| HSL | 309º | 0.48% | 0.59% | - |
| HSV(B) | 309º | 0.5% | 0.79% | - |
| XYZ | 37.6 | 25.27 | 49.35 | - |
| YUV | 140.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 186 | 0 | 0.50 | 0.07 | 0.21 | 309 | 0.48 | 0.59 |
| Hex | C9 | 65 | BA | 0 | 32 | 7 | 15 | 135 | 30 | 3B |
| Octal | 311 | 145 | 272 | 0 | 62 | 7 | 25 | 465 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10111010 | 0 | 110010 | 111 | 10101 | 100110101 | 110000 | 111011 |
Color Harmonies of #C965BA
Complementary color
Monochromatic Colors of #C965BA
Black with #C965BA
Text Example
Text Example
White with #C965BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965BA; }
p { color: rgb(201,101,186); }
H1.HeaderClassName
{
color: #C965BA;
}
.AnyTagClassName
{
color: #C965BA;
}
</style>
background-color css
<style>
a { background-color: #C965BA; }
a { background-color: rgb(201,101,186); }
div.DivClassName
{
background-color: #C965BA;
}
.BgClassName
{
background-color: #C965BA;
}
</style>
border-color css
<style>
span { border-color: #C965BA; }
span { border-color: rgb(201,101,186); }
td.TdClassName
{
border-color: #C965BA;
}
.TagClassName
{
border-color: #C965BA;
}
</style>