Shades of Fuchsia #C94FC4
Tints of Fuchsia #C94FC4
RGB
CMYK
RGB Variations
Color information
#C94FC4 (or 0xC94FC4) is known color: Fuchsia. HEX triplet: C9, 4F and C4. RGB value is (201,79,196). Sum of RGB (Red+Green+Blue) = 201+79+196=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FC4 is #36B03B. Grayscale: #808080. Windows color (decimal): -3584060 or 12865481. OLE color: 12865481.
HSL color Cylindrical-coordinate representation of color #C94FC4: hue angle of 302.46º 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 #C94FC4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 196 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.21 |
| HSL | 302.46º | 0.53% | 0.55% | - |
| HSV(B) | 302.46º | 0.61% | 0.79% | - |
| XYZ | 36.85 | 22 | 54.53 | - |
| YUV | 128.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 196 | 0 | 0.61 | 0.02 | 0.21 | 302.46 | 0.53 | 0.55 |
| Hex | C9 | 4F | C4 | 0 | 3D | 2 | 15 | 12E | 35 | 37 |
| Octal | 311 | 117 | 304 | 0 | 75 | 2 | 25 | 456 | 65 | 67 |
| Binary | 11001001 | 1001111 | 11000100 | 0 | 111101 | 10 | 10101 | 100101110 | 110101 | 110111 |
Color Harmonies of #C94FC4
Complementary color
Monochromatic Colors of #C94FC4
Black with #C94FC4
Text Example
Text Example
White with #C94FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FC4; }
p { color: rgb(201,79,196); }
H1.HeaderClassName
{
color: #C94FC4;
}
.AnyTagClassName
{
color: #C94FC4;
}
</style>
background-color css
<style>
a { background-color: #C94FC4; }
a { background-color: rgb(201,79,196); }
div.DivClassName
{
background-color: #C94FC4;
}
.BgClassName
{
background-color: #C94FC4;
}
</style>
border-color css
<style>
span { border-color: #C94FC4; }
span { border-color: rgb(201,79,196); }
td.TdClassName
{
border-color: #C94FC4;
}
.TagClassName
{
border-color: #C94FC4;
}
</style>