Shades of Fuchsia #C94ECB
Tints of Fuchsia #C94ECB
RGB
CMYK
RGB Variations
Color information
#C94ECB (or 0xC94ECB) is known color: Fuchsia. HEX triplet: C9, 4E and CB. RGB value is (201,78,203). Sum of RGB (Red+Green+Blue) = 201+78+203=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C94ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ECB is #36B134. Grayscale: #808080. Windows color (decimal): -3584309 or 13323977. OLE color: 13323977.
HSL color Cylindrical-coordinate representation of color #C94ECB: hue angle of 299.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94ECB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 78 | 203 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.20 |
| HSL | 299.04º | 0.55% | 0.55% | - |
| HSV(B) | 299.04º | 0.62% | 0.8% | - |
| XYZ | 37.59 | 22.18 | 58.8 | - |
| YUV | 129.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 203 | 0.01 | 0.62 | 0 | 0.20 | 299.04 | 0.55 | 0.55 |
| Hex | C9 | 4E | CB | 1 | 3E | 0 | 14 | 12B | 37 | 37 |
| Octal | 311 | 116 | 313 | 1 | 76 | 0 | 24 | 453 | 67 | 67 |
| Binary | 11001001 | 1001110 | 11001011 | 1 | 111110 | 0 | 10100 | 100101011 | 110111 | 110111 |
Color Harmonies of #C94ECB
Complementary color
Monochromatic Colors of #C94ECB
Black with #C94ECB
Text Example
Text Example
White with #C94ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94ECB; }
p { color: rgb(201,78,203); }
H1.HeaderClassName
{
color: #C94ECB;
}
.AnyTagClassName
{
color: #C94ECB;
}
</style>
background-color css
<style>
a { background-color: #C94ECB; }
a { background-color: rgb(201,78,203); }
div.DivClassName
{
background-color: #C94ECB;
}
.BgClassName
{
background-color: #C94ECB;
}
</style>
border-color css
<style>
span { border-color: #C94ECB; }
span { border-color: rgb(201,78,203); }
td.TdClassName
{
border-color: #C94ECB;
}
.TagClassName
{
border-color: #C94ECB;
}
</style>