Shades of Fuchsia #C94FB1
Tints of Fuchsia #C94FB1
RGB
CMYK
RGB Variations
Color information
#C94FB1 (or 0xC94FB1) is known color: Fuchsia. HEX triplet: C9, 4F and B1. RGB value is (201,79,177). Sum of RGB (Red+Green+Blue) = 201+79+177=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94FB1 is #36B04E. Grayscale: #7E7E7E. Windows color (decimal): -3584079 or 11620297. OLE color: 11620297.
HSL color Cylindrical-coordinate representation of color #C94FB1: hue angle of 311.8º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94FB1 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 177 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.21 |
| HSL | 311.8º | 0.53% | 0.55% | - |
| HSV(B) | 311.8º | 0.61% | 0.79% | - |
| XYZ | 34.82 | 21.18 | 43.85 | - |
| YUV | 126.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 177 | 0 | 0.61 | 0.12 | 0.21 | 311.8 | 0.53 | 0.55 |
| Hex | C9 | 4F | B1 | 0 | 3D | C | 15 | 138 | 35 | 37 |
| Octal | 311 | 117 | 261 | 0 | 75 | 14 | 25 | 470 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10110001 | 0 | 111101 | 1100 | 10101 | 100111000 | 110101 | 110111 |
Color Harmonies of #C94FB1
Complementary color
Monochromatic Colors of #C94FB1
Black with #C94FB1
Text Example
Text Example
White with #C94FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FB1; }
p { color: rgb(201,79,177); }
H1.HeaderClassName
{
color: #C94FB1;
}
.AnyTagClassName
{
color: #C94FB1;
}
</style>
background-color css
<style>
a { background-color: #C94FB1; }
a { background-color: rgb(201,79,177); }
div.DivClassName
{
background-color: #C94FB1;
}
.BgClassName
{
background-color: #C94FB1;
}
</style>
border-color css
<style>
span { border-color: #C94FB1; }
span { border-color: rgb(201,79,177); }
td.TdClassName
{
border-color: #C94FB1;
}
.TagClassName
{
border-color: #C94FB1;
}
</style>