Shades of Fuchsia #CF4EC0
Tints of Fuchsia #CF4EC0
RGB
CMYK
RGB Variations
Color information
#CF4EC0 (or 0xCF4EC0) is known color: Fuchsia. HEX triplet: CF, 4E and C0. RGB value is (207,78,192). Sum of RGB (Red+Green+Blue) = 207+78+192=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EC0 is #30B13F. Grayscale: #818181. Windows color (decimal): -3191104 or 12603087. OLE color: 12603087.
HSL color Cylindrical-coordinate representation of color #CF4EC0: hue angle of 306.98º 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 #CF4EC0 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 192 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.19 |
| HSL | 306.98º | 0.57% | 0.56% | - |
| HSV(B) | 306.98º | 0.62% | 0.81% | - |
| XYZ | 37.97 | 22.52 | 52.21 | - |
| YUV | 129.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 192 | 0 | 0.62 | 0.07 | 0.19 | 306.98 | 0.57 | 0.56 |
| Hex | CF | 4E | C0 | 0 | 3E | 7 | 13 | 133 | 39 | 38 |
| Octal | 317 | 116 | 300 | 0 | 76 | 7 | 23 | 463 | 71 | 70 |
| Binary | 11001111 | 1001110 | 11000000 | 0 | 111110 | 111 | 10011 | 100110011 | 111001 | 111000 |
Color Harmonies of #CF4EC0
Complementary color
Monochromatic Colors of #CF4EC0
Black with #CF4EC0
Text Example
Text Example
White with #CF4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EC0; }
p { color: rgb(207,78,192); }
H1.HeaderClassName
{
color: #CF4EC0;
}
.AnyTagClassName
{
color: #CF4EC0;
}
</style>
background-color css
<style>
a { background-color: #CF4EC0; }
a { background-color: rgb(207,78,192); }
div.DivClassName
{
background-color: #CF4EC0;
}
.BgClassName
{
background-color: #CF4EC0;
}
</style>
border-color css
<style>
span { border-color: #CF4EC0; }
span { border-color: rgb(207,78,192); }
td.TdClassName
{
border-color: #CF4EC0;
}
.TagClassName
{
border-color: #CF4EC0;
}
</style>