Shades of Fuchsia #C961BE
Tints of Fuchsia #C961BE
RGB
CMYK
RGB Variations
Color information
#C961BE (or 0xC961BE) is known color: Fuchsia. HEX triplet: C9, 61 and BE. RGB value is (201,97,190). Sum of RGB (Red+Green+Blue) = 201+97+190=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C961BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961BE is #369E41. Grayscale: #8A8A8A. Windows color (decimal): -3579458 or 12476873. OLE color: 12476873.
HSL color Cylindrical-coordinate representation of color #C961BE: hue angle of 306.35º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961BE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 190 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.21 |
| HSL | 306.35º | 0.49% | 0.58% | - |
| HSV(B) | 306.35º | 0.52% | 0.79% | - |
| XYZ | 37.66 | 24.68 | 51.5 | - |
| YUV | 138.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 190 | 0 | 0.52 | 0.05 | 0.21 | 306.35 | 0.49 | 0.58 |
| Hex | C9 | 61 | BE | 0 | 34 | 5 | 15 | 132 | 31 | 3A |
| Octal | 311 | 141 | 276 | 0 | 64 | 5 | 25 | 462 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10111110 | 0 | 110100 | 101 | 10101 | 100110010 | 110001 | 111010 |
Color Harmonies of #C961BE
Complementary color
Monochromatic Colors of #C961BE
Black with #C961BE
Text Example
Text Example
White with #C961BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961BE; }
p { color: rgb(201,97,190); }
H1.HeaderClassName
{
color: #C961BE;
}
.AnyTagClassName
{
color: #C961BE;
}
</style>
background-color css
<style>
a { background-color: #C961BE; }
a { background-color: rgb(201,97,190); }
div.DivClassName
{
background-color: #C961BE;
}
.BgClassName
{
background-color: #C961BE;
}
</style>
border-color css
<style>
span { border-color: #C961BE; }
span { border-color: rgb(201,97,190); }
td.TdClassName
{
border-color: #C961BE;
}
.TagClassName
{
border-color: #C961BE;
}
</style>