Shades of Fuchsia #C94FB8
Tints of Fuchsia #C94FB8
RGB
CMYK
RGB Variations
Color information
#C94FB8 (or 0xC94FB8) is known color: Fuchsia. HEX triplet: C9, 4F and B8. RGB value is (201,79,184). Sum of RGB (Red+Green+Blue) = 201+79+184=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FB8 is #36B047. Grayscale: #7F7F7F. Windows color (decimal): -3584072 or 12079049. OLE color: 12079049.
HSL color Cylindrical-coordinate representation of color #C94FB8: hue angle of 308.36º 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 #C94FB8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 184 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.21 |
| HSL | 308.36º | 0.53% | 0.55% | - |
| HSV(B) | 308.36º | 0.61% | 0.79% | - |
| XYZ | 35.54 | 21.47 | 47.62 | - |
| YUV | 127.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 184 | 0 | 0.61 | 0.08 | 0.21 | 308.36 | 0.53 | 0.55 |
| Hex | C9 | 4F | B8 | 0 | 3D | 8 | 15 | 134 | 35 | 37 |
| Octal | 311 | 117 | 270 | 0 | 75 | 10 | 25 | 464 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10111000 | 0 | 111101 | 1000 | 10101 | 100110100 | 110101 | 110111 |
Color Harmonies of #C94FB8
Complementary color
Monochromatic Colors of #C94FB8
Black with #C94FB8
Text Example
Text Example
White with #C94FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FB8; }
p { color: rgb(201,79,184); }
H1.HeaderClassName
{
color: #C94FB8;
}
.AnyTagClassName
{
color: #C94FB8;
}
</style>
background-color css
<style>
a { background-color: #C94FB8; }
a { background-color: rgb(201,79,184); }
div.DivClassName
{
background-color: #C94FB8;
}
.BgClassName
{
background-color: #C94FB8;
}
</style>
border-color css
<style>
span { border-color: #C94FB8; }
span { border-color: rgb(201,79,184); }
td.TdClassName
{
border-color: #C94FB8;
}
.TagClassName
{
border-color: #C94FB8;
}
</style>