Shades of Fuchsia #C94DC8
Tints of Fuchsia #C94DC8
RGB
CMYK
RGB Variations
Color information
#C94DC8 (or 0xC94DC8) is known color: Fuchsia. HEX triplet: C9, 4D and C8. RGB value is (201,77,200). Sum of RGB (Red+Green+Blue) = 201+77+200=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DC8 is #36B237. Grayscale: #7F7F7F. Windows color (decimal): -3584568 or 13127113. OLE color: 13127113.
HSL color Cylindrical-coordinate representation of color #C94DC8: hue angle of 300.48º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DC8 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 200 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.21 |
| HSL | 300.48º | 0.53% | 0.55% | - |
| HSV(B) | 300.48º | 0.62% | 0.79% | - |
| XYZ | 37.17 | 21.9 | 56.91 | - |
| YUV | 128.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 200 | 0 | 0.62 | 0.00 | 0.21 | 300.48 | 0.53 | 0.55 |
| Hex | C9 | 4D | C8 | 0 | 3E | 0 | 15 | 12C | 35 | 37 |
| Octal | 311 | 115 | 310 | 0 | 76 | 0 | 25 | 454 | 65 | 67 |
| Binary | 11001001 | 1001101 | 11001000 | 0 | 111110 | 0 | 10101 | 100101100 | 110101 | 110111 |
Color Harmonies of #C94DC8
Complementary color
Monochromatic Colors of #C94DC8
Black with #C94DC8
Text Example
Text Example
White with #C94DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DC8; }
p { color: rgb(201,77,200); }
H1.HeaderClassName
{
color: #C94DC8;
}
.AnyTagClassName
{
color: #C94DC8;
}
</style>
background-color css
<style>
a { background-color: #C94DC8; }
a { background-color: rgb(201,77,200); }
div.DivClassName
{
background-color: #C94DC8;
}
.BgClassName
{
background-color: #C94DC8;
}
</style>
border-color css
<style>
span { border-color: #C94DC8; }
span { border-color: rgb(201,77,200); }
td.TdClassName
{
border-color: #C94DC8;
}
.TagClassName
{
border-color: #C94DC8;
}
</style>