Shades of Fuchsia #C961BC
Tints of Fuchsia #C961BC
RGB
CMYK
RGB Variations
Color information
#C961BC (or 0xC961BC) is known color: Fuchsia. HEX triplet: C9, 61 and BC. RGB value is (201,97,188). Sum of RGB (Red+Green+Blue) = 201+97+188=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C961BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961BC is #369E43. Grayscale: #8A8A8A. Windows color (decimal): -3579460 or 12345801. OLE color: 12345801.
HSL color Cylindrical-coordinate representation of color #C961BC: hue angle of 307.5º 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 #C961BC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 188 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.21 |
| HSL | 307.5º | 0.49% | 0.58% | - |
| HSV(B) | 307.5º | 0.52% | 0.79% | - |
| XYZ | 37.44 | 24.6 | 50.35 | - |
| YUV | 138.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 188 | 0 | 0.52 | 0.06 | 0.21 | 307.5 | 0.49 | 0.58 |
| Hex | C9 | 61 | BC | 0 | 34 | 6 | 15 | 134 | 31 | 3A |
| Octal | 311 | 141 | 274 | 0 | 64 | 6 | 25 | 464 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10111100 | 0 | 110100 | 110 | 10101 | 100110100 | 110001 | 111010 |
Color Harmonies of #C961BC
Complementary color
Monochromatic Colors of #C961BC
Black with #C961BC
Text Example
Text Example
White with #C961BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961BC; }
p { color: rgb(201,97,188); }
H1.HeaderClassName
{
color: #C961BC;
}
.AnyTagClassName
{
color: #C961BC;
}
</style>
background-color css
<style>
a { background-color: #C961BC; }
a { background-color: rgb(201,97,188); }
div.DivClassName
{
background-color: #C961BC;
}
.BgClassName
{
background-color: #C961BC;
}
</style>
border-color css
<style>
span { border-color: #C961BC; }
span { border-color: rgb(201,97,188); }
td.TdClassName
{
border-color: #C961BC;
}
.TagClassName
{
border-color: #C961BC;
}
</style>