Shades of Fuchsia #C964BE
Tints of Fuchsia #C964BE
RGB
CMYK
RGB Variations
Color information
#C964BE (or 0xC964BE) is known color: Fuchsia. HEX triplet: C9, 64 and BE. RGB value is (201,100,190). Sum of RGB (Red+Green+Blue) = 201+100+190=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C964BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964BE is #369B41. Grayscale: #8C8C8C. Windows color (decimal): -3578690 or 12477641. OLE color: 12477641.
HSL color Cylindrical-coordinate representation of color #C964BE: hue angle of 306.53º 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 #C964BE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 190 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.21 |
| HSL | 306.53º | 0.48% | 0.59% | - |
| HSV(B) | 306.53º | 0.5% | 0.79% | - |
| XYZ | 37.94 | 25.25 | 51.59 | - |
| YUV | 140.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 190 | 0 | 0.50 | 0.05 | 0.21 | 306.53 | 0.48 | 0.59 |
| Hex | C9 | 64 | BE | 0 | 32 | 5 | 15 | 133 | 30 | 3B |
| Octal | 311 | 144 | 276 | 0 | 62 | 5 | 25 | 463 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10111110 | 0 | 110010 | 101 | 10101 | 100110011 | 110000 | 111011 |
Color Harmonies of #C964BE
Complementary color
Monochromatic Colors of #C964BE
Black with #C964BE
Text Example
Text Example
White with #C964BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964BE; }
p { color: rgb(201,100,190); }
H1.HeaderClassName
{
color: #C964BE;
}
.AnyTagClassName
{
color: #C964BE;
}
</style>
background-color css
<style>
a { background-color: #C964BE; }
a { background-color: rgb(201,100,190); }
div.DivClassName
{
background-color: #C964BE;
}
.BgClassName
{
background-color: #C964BE;
}
</style>
border-color css
<style>
span { border-color: #C964BE; }
span { border-color: rgb(201,100,190); }
td.TdClassName
{
border-color: #C964BE;
}
.TagClassName
{
border-color: #C964BE;
}
</style>