Shades of Fuchsia #C74ECD
Tints of Fuchsia #C74ECD
RGB
CMYK
RGB Variations
Color information
#C74ECD (or 0xC74ECD) is known color: Fuchsia. HEX triplet: C7, 4E and CD. RGB value is (199,78,205). Sum of RGB (Red+Green+Blue) = 199+78+205=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C74ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ECD is #38B132. Grayscale: #808080. Windows color (decimal): -3715379 or 13455047. OLE color: 13455047.
HSL color Cylindrical-coordinate representation of color #C74ECD: hue angle of 297.17º degrees, saturation: 0.56, 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 #C74ECD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 78 | 205 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.20 |
| HSL | 297.17º | 0.56% | 0.55% | - |
| HSV(B) | 297.17º | 0.62% | 0.8% | - |
| XYZ | 37.3 | 22 | 60.04 | - |
| YUV | 128.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 205 | 0.03 | 0.62 | 0 | 0.20 | 297.17 | 0.56 | 0.55 |
| Hex | C7 | 4E | CD | 3 | 3E | 0 | 14 | 129 | 38 | 37 |
| Octal | 307 | 116 | 315 | 3 | 76 | 0 | 24 | 451 | 70 | 67 |
| Binary | 11000111 | 1001110 | 11001101 | 11 | 111110 | 0 | 10100 | 100101001 | 111000 | 110111 |
Color Harmonies of #C74ECD
Complementary color
Monochromatic Colors of #C74ECD
Black with #C74ECD
Text Example
Text Example
White with #C74ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ECD; }
p { color: rgb(199,78,205); }
H1.HeaderClassName
{
color: #C74ECD;
}
.AnyTagClassName
{
color: #C74ECD;
}
</style>
background-color css
<style>
a { background-color: #C74ECD; }
a { background-color: rgb(199,78,205); }
div.DivClassName
{
background-color: #C74ECD;
}
.BgClassName
{
background-color: #C74ECD;
}
</style>
border-color css
<style>
span { border-color: #C74ECD; }
span { border-color: rgb(199,78,205); }
td.TdClassName
{
border-color: #C74ECD;
}
.TagClassName
{
border-color: #C74ECD;
}
</style>