Shades of Fuchsia #C94DC4
Tints of Fuchsia #C94DC4
RGB
CMYK
RGB Variations
Color information
#C94DC4 (or 0xC94DC4) is known color: Fuchsia. HEX triplet: C9, 4D and C4. RGB value is (201,77,196). Sum of RGB (Red+Green+Blue) = 201+77+196=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DC4 is #36B23B. Grayscale: #7F7F7F. Windows color (decimal): -3584572 or 12864969. OLE color: 12864969.
HSL color Cylindrical-coordinate representation of color #C94DC4: hue angle of 302.42º 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 #C94DC4 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 196 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.21 |
| HSL | 302.42º | 0.53% | 0.55% | - |
| HSV(B) | 302.42º | 0.62% | 0.79% | - |
| XYZ | 36.71 | 21.71 | 54.48 | - |
| YUV | 127.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 196 | 0 | 0.62 | 0.02 | 0.21 | 302.42 | 0.53 | 0.55 |
| Hex | C9 | 4D | C4 | 0 | 3E | 2 | 15 | 12E | 35 | 37 |
| Octal | 311 | 115 | 304 | 0 | 76 | 2 | 25 | 456 | 65 | 67 |
| Binary | 11001001 | 1001101 | 11000100 | 0 | 111110 | 10 | 10101 | 100101110 | 110101 | 110111 |
Color Harmonies of #C94DC4
Complementary color
Monochromatic Colors of #C94DC4
Black with #C94DC4
Text Example
Text Example
White with #C94DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DC4; }
p { color: rgb(201,77,196); }
H1.HeaderClassName
{
color: #C94DC4;
}
.AnyTagClassName
{
color: #C94DC4;
}
</style>
background-color css
<style>
a { background-color: #C94DC4; }
a { background-color: rgb(201,77,196); }
div.DivClassName
{
background-color: #C94DC4;
}
.BgClassName
{
background-color: #C94DC4;
}
</style>
border-color css
<style>
span { border-color: #C94DC4; }
span { border-color: rgb(201,77,196); }
td.TdClassName
{
border-color: #C94DC4;
}
.TagClassName
{
border-color: #C94DC4;
}
</style>