Shades of Fuchsia #C94EC2
Tints of Fuchsia #C94EC2
RGB
CMYK
RGB Variations
Color information
#C94EC2 (or 0xC94EC2) is known color: Fuchsia. HEX triplet: C9, 4E and C2. RGB value is (201,78,194). Sum of RGB (Red+Green+Blue) = 201+78+194=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EC2 is #36B13D. Grayscale: #7F7F7F. Windows color (decimal): -3584318 or 12734153. OLE color: 12734153.
HSL color Cylindrical-coordinate representation of color #C94EC2: hue angle of 303.41º 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 #C94EC2 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 194 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.21 |
| HSL | 303.41º | 0.53% | 0.55% | - |
| HSV(B) | 303.41º | 0.61% | 0.79% | - |
| XYZ | 36.55 | 21.76 | 53.31 | - |
| YUV | 128 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 194 | 0 | 0.61 | 0.03 | 0.21 | 303.41 | 0.53 | 0.55 |
| Hex | C9 | 4E | C2 | 0 | 3D | 3 | 15 | 12F | 35 | 37 |
| Octal | 311 | 116 | 302 | 0 | 75 | 3 | 25 | 457 | 65 | 67 |
| Binary | 11001001 | 1001110 | 11000010 | 0 | 111101 | 11 | 10101 | 100101111 | 110101 | 110111 |
Color Harmonies of #C94EC2
Complementary color
Monochromatic Colors of #C94EC2
Black with #C94EC2
Text Example
Text Example
White with #C94EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EC2; }
p { color: rgb(201,78,194); }
H1.HeaderClassName
{
color: #C94EC2;
}
.AnyTagClassName
{
color: #C94EC2;
}
</style>
background-color css
<style>
a { background-color: #C94EC2; }
a { background-color: rgb(201,78,194); }
div.DivClassName
{
background-color: #C94EC2;
}
.BgClassName
{
background-color: #C94EC2;
}
</style>
border-color css
<style>
span { border-color: #C94EC2; }
span { border-color: rgb(201,78,194); }
td.TdClassName
{
border-color: #C94EC2;
}
.TagClassName
{
border-color: #C94EC2;
}
</style>