Shades of Fuchsia #C74ECF
Tints of Fuchsia #C74ECF
RGB
CMYK
RGB Variations
Color information
#C74ECF (or 0xC74ECF) is known color: Fuchsia. HEX triplet: C7, 4E and CF. RGB value is (199,78,207). Sum of RGB (Red+Green+Blue) = 199+78+207=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C74ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ECF is #38B130. Grayscale: #808080. Windows color (decimal): -3715377 or 13586119. OLE color: 13586119.
HSL color Cylindrical-coordinate representation of color #C74ECF: hue angle of 296.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74ECF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 78 | 207 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.19 |
| HSL | 296.28º | 0.57% | 0.56% | - |
| HSV(B) | 296.28º | 0.62% | 0.81% | - |
| XYZ | 37.54 | 22.1 | 61.32 | - |
| YUV | 128.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 207 | 0.04 | 0.62 | 0 | 0.19 | 296.28 | 0.57 | 0.56 |
| Hex | C7 | 4E | CF | 4 | 3E | 0 | 13 | 128 | 39 | 38 |
| Octal | 307 | 116 | 317 | 4 | 76 | 0 | 23 | 450 | 71 | 70 |
| Binary | 11000111 | 1001110 | 11001111 | 100 | 111110 | 0 | 10011 | 100101000 | 111001 | 111000 |
Color Harmonies of #C74ECF
Complementary color
Monochromatic Colors of #C74ECF
Black with #C74ECF
Text Example
Text Example
White with #C74ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ECF; }
p { color: rgb(199,78,207); }
H1.HeaderClassName
{
color: #C74ECF;
}
.AnyTagClassName
{
color: #C74ECF;
}
</style>
background-color css
<style>
a { background-color: #C74ECF; }
a { background-color: rgb(199,78,207); }
div.DivClassName
{
background-color: #C74ECF;
}
.BgClassName
{
background-color: #C74ECF;
}
</style>
border-color css
<style>
span { border-color: #C74ECF; }
span { border-color: rgb(199,78,207); }
td.TdClassName
{
border-color: #C74ECF;
}
.TagClassName
{
border-color: #C74ECF;
}
</style>