Shades of Fuchsia #C94FC0
Tints of Fuchsia #C94FC0
RGB
CMYK
RGB Variations
Color information
#C94FC0 (or 0xC94FC0) is known color: Fuchsia. HEX triplet: C9, 4F and C0. RGB value is (201,79,192). Sum of RGB (Red+Green+Blue) = 201+79+192=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FC0 is #36B03F. Grayscale: #808080. Windows color (decimal): -3584064 or 12603337. OLE color: 12603337.
HSL color Cylindrical-coordinate representation of color #C94FC0: hue angle of 304.43º 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 #C94FC0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 192 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.21 |
| HSL | 304.43º | 0.53% | 0.55% | - |
| HSV(B) | 304.43º | 0.61% | 0.79% | - |
| XYZ | 36.4 | 21.82 | 52.16 | - |
| YUV | 128.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 192 | 0 | 0.61 | 0.04 | 0.21 | 304.43 | 0.53 | 0.55 |
| Hex | C9 | 4F | C0 | 0 | 3D | 4 | 15 | 130 | 35 | 37 |
| Octal | 311 | 117 | 300 | 0 | 75 | 4 | 25 | 460 | 65 | 67 |
| Binary | 11001001 | 1001111 | 11000000 | 0 | 111101 | 100 | 10101 | 100110000 | 110101 | 110111 |
Color Harmonies of #C94FC0
Complementary color
Monochromatic Colors of #C94FC0
Black with #C94FC0
Text Example
Text Example
White with #C94FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FC0; }
p { color: rgb(201,79,192); }
H1.HeaderClassName
{
color: #C94FC0;
}
.AnyTagClassName
{
color: #C94FC0;
}
</style>
background-color css
<style>
a { background-color: #C94FC0; }
a { background-color: rgb(201,79,192); }
div.DivClassName
{
background-color: #C94FC0;
}
.BgClassName
{
background-color: #C94FC0;
}
</style>
border-color css
<style>
span { border-color: #C94FC0; }
span { border-color: rgb(201,79,192); }
td.TdClassName
{
border-color: #C94FC0;
}
.TagClassName
{
border-color: #C94FC0;
}
</style>