Shades of Fuchsia #C94FB6
Tints of Fuchsia #C94FB6
RGB
CMYK
RGB Variations
Color information
#C94FB6 (or 0xC94FB6) is known color: Fuchsia. HEX triplet: C9, 4F and B6. RGB value is (201,79,182). Sum of RGB (Red+Green+Blue) = 201+79+182=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FB6 is #36B049. Grayscale: #7E7E7E. Windows color (decimal): -3584074 or 11947977. OLE color: 11947977.
HSL color Cylindrical-coordinate representation of color #C94FB6: hue angle of 309.34º 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 #C94FB6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 182 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.21 |
| HSL | 309.34º | 0.53% | 0.55% | - |
| HSV(B) | 309.34º | 0.61% | 0.79% | - |
| XYZ | 35.33 | 21.39 | 46.52 | - |
| YUV | 127.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 182 | 0 | 0.61 | 0.09 | 0.21 | 309.34 | 0.53 | 0.55 |
| Hex | C9 | 4F | B6 | 0 | 3D | 9 | 15 | 135 | 35 | 37 |
| Octal | 311 | 117 | 266 | 0 | 75 | 11 | 25 | 465 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10110110 | 0 | 111101 | 1001 | 10101 | 100110101 | 110101 | 110111 |
Color Harmonies of #C94FB6
Complementary color
Monochromatic Colors of #C94FB6
Black with #C94FB6
Text Example
Text Example
White with #C94FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FB6; }
p { color: rgb(201,79,182); }
H1.HeaderClassName
{
color: #C94FB6;
}
.AnyTagClassName
{
color: #C94FB6;
}
</style>
background-color css
<style>
a { background-color: #C94FB6; }
a { background-color: rgb(201,79,182); }
div.DivClassName
{
background-color: #C94FB6;
}
.BgClassName
{
background-color: #C94FB6;
}
</style>
border-color css
<style>
span { border-color: #C94FB6; }
span { border-color: rgb(201,79,182); }
td.TdClassName
{
border-color: #C94FB6;
}
.TagClassName
{
border-color: #C94FB6;
}
</style>