Shades of Fuchsia #CF4ECD
Tints of Fuchsia #CF4ECD
RGB
CMYK
RGB Variations
Color information
#CF4ECD (or 0xCF4ECD) is known color: Fuchsia. HEX triplet: CF, 4E and CD. RGB value is (207,78,205). Sum of RGB (Red+Green+Blue) = 207+78+205=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ECD is #30B132. Grayscale: #828282. Windows color (decimal): -3191091 or 13455055. OLE color: 13455055.
HSL color Cylindrical-coordinate representation of color #CF4ECD: hue angle of 300.93º 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 #CF4ECD is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 205 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.19 |
| HSL | 300.93º | 0.57% | 0.56% | - |
| HSV(B) | 300.93º | 0.62% | 0.81% | - |
| XYZ | 39.48 | 23.12 | 60.14 | - |
| YUV | 131.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 205 | 0 | 0.62 | 0.01 | 0.19 | 300.93 | 0.57 | 0.56 |
| Hex | CF | 4E | CD | 0 | 3E | 1 | 13 | 12D | 39 | 38 |
| Octal | 317 | 116 | 315 | 0 | 76 | 1 | 23 | 455 | 71 | 70 |
| Binary | 11001111 | 1001110 | 11001101 | 0 | 111110 | 1 | 10011 | 100101101 | 111001 | 111000 |
Color Harmonies of #CF4ECD
Complementary color
Monochromatic Colors of #CF4ECD
Black with #CF4ECD
Text Example
Text Example
White with #CF4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ECD; }
p { color: rgb(207,78,205); }
H1.HeaderClassName
{
color: #CF4ECD;
}
.AnyTagClassName
{
color: #CF4ECD;
}
</style>
background-color css
<style>
a { background-color: #CF4ECD; }
a { background-color: rgb(207,78,205); }
div.DivClassName
{
background-color: #CF4ECD;
}
.BgClassName
{
background-color: #CF4ECD;
}
</style>
border-color css
<style>
span { border-color: #CF4ECD; }
span { border-color: rgb(207,78,205); }
td.TdClassName
{
border-color: #CF4ECD;
}
.TagClassName
{
border-color: #CF4ECD;
}
</style>