Shades of Fuchsia #CF4ECF
Tints of Fuchsia #CF4ECF
RGB
CMYK
RGB Variations
Color information
#CF4ECF (or 0xCF4ECF) is known color: Fuchsia. HEX triplet: CF, 4E and CF. RGB value is (207,78,207). Sum of RGB (Red+Green+Blue) = 207+78+207=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ECF is #30B130. Grayscale: #828282. Windows color (decimal): -3191089 or 13586127. OLE color: 13586127.
HSL color Cylindrical-coordinate representation of color #CF4ECF: hue angle of 300º 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 #CF4ECF is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 207 | - |
| CMYK | 0 | 0.62 | 0 | 0.19 |
| HSL | 300º | 0.57% | 0.56% | - |
| HSV(B) | 300º | 0.62% | 0.81% | - |
| XYZ | 39.72 | 23.22 | 61.42 | - |
| YUV | 131.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 207 | 0 | 0.62 | 0 | 0.19 | 300 | 0.57 | 0.56 |
| Hex | CF | 4E | CF | 0 | 3E | 0 | 13 | 12C | 39 | 38 |
| Octal | 317 | 116 | 317 | 0 | 76 | 0 | 23 | 454 | 71 | 70 |
| Binary | 11001111 | 1001110 | 11001111 | 0 | 111110 | 0 | 10011 | 100101100 | 111001 | 111000 |
Color Harmonies of #CF4ECF
Complementary color
Monochromatic Colors of #CF4ECF
Black with #CF4ECF
Text Example
Text Example
White with #CF4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ECF; }
p { color: rgb(207,78,207); }
H1.HeaderClassName
{
color: #CF4ECF;
}
.AnyTagClassName
{
color: #CF4ECF;
}
</style>
background-color css
<style>
a { background-color: #CF4ECF; }
a { background-color: rgb(207,78,207); }
div.DivClassName
{
background-color: #CF4ECF;
}
.BgClassName
{
background-color: #CF4ECF;
}
</style>
border-color css
<style>
span { border-color: #CF4ECF; }
span { border-color: rgb(207,78,207); }
td.TdClassName
{
border-color: #CF4ECF;
}
.TagClassName
{
border-color: #CF4ECF;
}
</style>