Shades of Fuchsia #C74ECC
Tints of Fuchsia #C74ECC
RGB
CMYK
RGB Variations
Color information
#C74ECC (or 0xC74ECC) is known color: Fuchsia. HEX triplet: C7, 4E and CC. RGB value is (199,78,204). Sum of RGB (Red+Green+Blue) = 199+78+204=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C74ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ECC is #38B133. Grayscale: #808080. Windows color (decimal): -3715380 or 13389511. OLE color: 13389511.
HSL color Cylindrical-coordinate representation of color #C74ECC: hue angle of 297.62º 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 #C74ECC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 78 | 204 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.2 |
| HSL | 297.62º | 0.55% | 0.55% | - |
| HSV(B) | 297.62º | 0.62% | 0.8% | - |
| XYZ | 37.18 | 21.95 | 59.4 | - |
| YUV | 128.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 204 | 0.02 | 0.62 | 0 | 0.2 | 297.62 | 0.55 | 0.55 |
| Hex | C7 | 4E | CC | 2 | 3E | 0 | 14 | 12A | 37 | 37 |
| Octal | 307 | 116 | 314 | 2 | 76 | 0 | 24 | 452 | 67 | 67 |
| Binary | 11000111 | 1001110 | 11001100 | 10 | 111110 | 0 | 10100 | 100101010 | 110111 | 110111 |
Color Harmonies of #C74ECC
Complementary color
Monochromatic Colors of #C74ECC
Black with #C74ECC
Text Example
Text Example
White with #C74ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ECC; }
p { color: rgb(199,78,204); }
H1.HeaderClassName
{
color: #C74ECC;
}
.AnyTagClassName
{
color: #C74ECC;
}
</style>
background-color css
<style>
a { background-color: #C74ECC; }
a { background-color: rgb(199,78,204); }
div.DivClassName
{
background-color: #C74ECC;
}
.BgClassName
{
background-color: #C74ECC;
}
</style>
border-color css
<style>
span { border-color: #C74ECC; }
span { border-color: rgb(199,78,204); }
td.TdClassName
{
border-color: #C74ECC;
}
.TagClassName
{
border-color: #C74ECC;
}
</style>