Shades of Fuchsia #C94FB0
Tints of Fuchsia #C94FB0
RGB
CMYK
RGB Variations
Color information
#C94FB0 (or 0xC94FB0) is known color: Fuchsia. HEX triplet: C9, 4F and B0. RGB value is (201,79,176). Sum of RGB (Red+Green+Blue) = 201+79+176=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94FB0 is #36B04F. Grayscale: #7E7E7E. Windows color (decimal): -3584080 or 11554761. OLE color: 11554761.
HSL color Cylindrical-coordinate representation of color #C94FB0: hue angle of 312.3º 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 #C94FB0 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 176 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.21 |
| HSL | 312.3º | 0.53% | 0.55% | - |
| HSV(B) | 312.3º | 0.61% | 0.79% | - |
| XYZ | 34.72 | 21.14 | 43.33 | - |
| YUV | 126.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 176 | 0 | 0.61 | 0.12 | 0.21 | 312.3 | 0.53 | 0.55 |
| Hex | C9 | 4F | B0 | 0 | 3D | C | 15 | 138 | 35 | 37 |
| Octal | 311 | 117 | 260 | 0 | 75 | 14 | 25 | 470 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10110000 | 0 | 111101 | 1100 | 10101 | 100111000 | 110101 | 110111 |
Color Harmonies of #C94FB0
Complementary color
Monochromatic Colors of #C94FB0
Black with #C94FB0
Text Example
Text Example
White with #C94FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FB0; }
p { color: rgb(201,79,176); }
H1.HeaderClassName
{
color: #C94FB0;
}
.AnyTagClassName
{
color: #C94FB0;
}
</style>
background-color css
<style>
a { background-color: #C94FB0; }
a { background-color: rgb(201,79,176); }
div.DivClassName
{
background-color: #C94FB0;
}
.BgClassName
{
background-color: #C94FB0;
}
</style>
border-color css
<style>
span { border-color: #C94FB0; }
span { border-color: rgb(201,79,176); }
td.TdClassName
{
border-color: #C94FB0;
}
.TagClassName
{
border-color: #C94FB0;
}
</style>