Shades of Fuchsia #C964B8
Tints of Fuchsia #C964B8
RGB
CMYK
RGB Variations
Color information
#C964B8 (or 0xC964B8) is known color: Fuchsia. HEX triplet: C9, 64 and B8. RGB value is (201,100,184). Sum of RGB (Red+Green+Blue) = 201+100+184=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C964B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964B8 is #369B47. Grayscale: #8B8B8B. Windows color (decimal): -3578696 or 12084425. OLE color: 12084425.
HSL color Cylindrical-coordinate representation of color #C964B8: hue angle of 310.1º 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 #C964B8 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 184 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.21 |
| HSL | 310.1º | 0.48% | 0.59% | - |
| HSV(B) | 310.1º | 0.5% | 0.79% | - |
| XYZ | 37.3 | 24.99 | 48.21 | - |
| YUV | 139.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 184 | 0 | 0.50 | 0.08 | 0.21 | 310.1 | 0.48 | 0.59 |
| Hex | C9 | 64 | B8 | 0 | 32 | 8 | 15 | 136 | 30 | 3B |
| Octal | 311 | 144 | 270 | 0 | 62 | 10 | 25 | 466 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10111000 | 0 | 110010 | 1000 | 10101 | 100110110 | 110000 | 111011 |
Color Harmonies of #C964B8
Complementary color
Monochromatic Colors of #C964B8
Black with #C964B8
Text Example
Text Example
White with #C964B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964B8; }
p { color: rgb(201,100,184); }
H1.HeaderClassName
{
color: #C964B8;
}
.AnyTagClassName
{
color: #C964B8;
}
</style>
background-color css
<style>
a { background-color: #C964B8; }
a { background-color: rgb(201,100,184); }
div.DivClassName
{
background-color: #C964B8;
}
.BgClassName
{
background-color: #C964B8;
}
</style>
border-color css
<style>
span { border-color: #C964B8; }
span { border-color: rgb(201,100,184); }
td.TdClassName
{
border-color: #C964B8;
}
.TagClassName
{
border-color: #C964B8;
}
</style>